We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74fe901 commit fa4804dCopy full SHA for fa4804d
services/server-update/v1/server-update.json
@@ -153,18 +153,15 @@
153
"type": "integer"
154
},
155
"id": {
156
- "example": "001c372f-5c15-418d-b2fb-b1f93ea2ffc8",
157
- "type": "string"
+ "example": 100,
+ "format": "int32",
158
+ "type": "integer"
159
160
"installedUpdates": {
161
"example": 55,
162
"format": "int32",
163
164
- "osServerId": {
165
166
167
- },
168
"startDate": {
169
"example": "2020-09-10T10:15:00Z",
170
"type": "string"
@@ -176,9 +173,7 @@
176
173
177
174
"required": [
178
175
"id",
179
- "osServerId",
180
"startDate",
181
- "endDate",
182
"status"
183
],
184
"type": "object"
0 commit comments