Skip to content

Commit e59c86b

Browse files
OAS Update
1 parent 19b53a2 commit e59c86b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

services/sfs/v1/sfs.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
},
111111
"snaplockRetentionHours": {
112112
"description": "(optional) Time in hours after which snaplock on the snapshot expires",
113-
"format": "uint32",
113+
"format": "int32",
114114
"nullable": true,
115115
"type": "integer"
116116
}
@@ -869,7 +869,7 @@
869869
"properties": {
870870
"count": {
871871
"description": "Retention Count",
872-
"format": "uint32",
872+
"format": "int32",
873873
"type": "integer"
874874
},
875875
"interval": {
@@ -915,7 +915,7 @@
915915
},
916916
"retentionCount": {
917917
"description": "Retention Count",
918-
"format": "uint32",
918+
"format": "int32",
919919
"type": "integer"
920920
},
921921
"retentionPeriod": {

0 commit comments

Comments
 (0)