doc: mgmt: img_mgmt: Correct "hash" type in image status response

Fix incorrect value type.

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
This commit is contained in:
Dominik Ermel 2023-01-19 16:46:23 +00:00 committed by Carles Cufí
commit 58b3e2d8b6

View file

@ -113,7 +113,7 @@ CBOR data of successful response:
(str,opt)"image" : (int)
(str)"slot" : (int)
(str)"version" : (str)
(str)"hash" ; (str)
(str)"hash" : (byte str)
(str,opt)"bootable" : (bool)
(str,opt)"pending" : (bool)
(str,opt)"confirmed" : (bool)