Skip to content

Commit 0a2565e

Browse files
OAS Update
1 parent 85e9038 commit 0a2565e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

services/server-backup/v1/server-backup.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -963,6 +963,14 @@
963963
"schema": {
964964
"type": "string"
965965
}
966+
},
967+
{
968+
"description": "force delete the backup",
969+
"in": "query",
970+
"name": "force",
971+
"schema": {
972+
"type": "boolean"
973+
}
966974
}
967975
],
968976
"responses": {
@@ -1189,6 +1197,14 @@
11891197
"schema": {
11901198
"type": "string"
11911199
}
1200+
},
1201+
{
1202+
"description": "Force delete the volume backup",
1203+
"in": "query",
1204+
"name": "force",
1205+
"schema": {
1206+
"type": "boolean"
1207+
}
11921208
}
11931209
],
11941210
"responses": {

0 commit comments

Comments
 (0)