Skip to content

Commit fa4804d

Browse files
OAS Update
1 parent 74fe901 commit fa4804d

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

services/server-update/v1/server-update.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -153,18 +153,15 @@
153153
"type": "integer"
154154
},
155155
"id": {
156-
"example": "001c372f-5c15-418d-b2fb-b1f93ea2ffc8",
157-
"type": "string"
156+
"example": 100,
157+
"format": "int32",
158+
"type": "integer"
158159
},
159160
"installedUpdates": {
160161
"example": 55,
161162
"format": "int32",
162163
"type": "integer"
163164
},
164-
"osServerId": {
165-
"example": "001c372f-5c15-418d-b2fb-b1f93ea2ffc8",
166-
"type": "string"
167-
},
168165
"startDate": {
169166
"example": "2020-09-10T10:15:00Z",
170167
"type": "string"
@@ -176,9 +173,7 @@
176173
},
177174
"required": [
178175
"id",
179-
"osServerId",
180176
"startDate",
181-
"endDate",
182177
"status"
183178
],
184179
"type": "object"

0 commit comments

Comments
 (0)