Skip to content

Commit be121e9

Browse files
OAS Update
1 parent 478a8ab commit be121e9

File tree

1 file changed

+0
-50
lines changed

1 file changed

+0
-50
lines changed

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

Lines changed: 0 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,11 @@
11
{
22
"components": {
33
"schemas": {
4-
"BackupProperties": {
5-
"properties": {
6-
"name": {
7-
"description": "Max 255 characters",
8-
"example": "Daily Backup",
9-
"type": "string"
10-
},
11-
"retentionPeriod": {
12-
"description": "Values are set in days (1-36500)",
13-
"example": 3,
14-
"format": "int32",
15-
"maximum": 36500,
16-
"minimum": 1,
17-
"type": "integer"
18-
},
19-
"volumeIds": {
20-
"example": [
21-
"58335311-6acf-46c5-8652-cb96cd63181e",
22-
"38345f49-047b-437d-83a1-458f04fa3182"
23-
],
24-
"items": {
25-
"type": "string"
26-
},
27-
"type": "array"
28-
}
29-
},
30-
"required": [
31-
"name",
32-
"retentionPeriod"
33-
],
34-
"type": "object"
35-
},
364
"CreateUpdatePayload": {
375
"properties": {
386
"backupBeforeUpdate": {
397
"type": "boolean"
408
},
41-
"backupProperties": {
42-
"$ref": "#/components/schemas/BackupProperties"
43-
},
449
"maintenanceWindow": {
4510
"format": "int32",
4611
"maximum": 24,
@@ -59,11 +24,6 @@
5924
"example": true,
6025
"type": "boolean"
6126
},
62-
"id": {
63-
"example": 1480,
64-
"format": "int32",
65-
"type": "integer"
66-
},
6727
"maintenanceWindow": {
6828
"format": "int32",
6929
"maximum": 24,
@@ -224,11 +184,6 @@
224184
"example": true,
225185
"type": "boolean"
226186
},
227-
"id": {
228-
"example": 1480,
229-
"format": "int32",
230-
"type": "integer"
231-
},
232187
"maintenanceWindow": {
233188
"format": "int32",
234189
"maximum": 24,
@@ -258,11 +213,6 @@
258213
"example": true,
259214
"type": "boolean"
260215
},
261-
"id": {
262-
"example": 1480,
263-
"format": "int32",
264-
"type": "integer"
265-
},
266216
"maintenanceWindow": {
267217
"format": "int32",
268218
"maximum": 24,

0 commit comments

Comments
 (0)