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:
parent
c0a80fcc24
commit
58b3e2d8b6
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue