Skip to content

Commit fb97aba

Browse files
OAS Update
1 parent d9066a2 commit fb97aba

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

services/server-backup/v2/server-backup.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1051,6 +1051,14 @@
10511051
"schema": {
10521052
"type": "string"
10531053
}
1054+
},
1055+
{
1056+
"description": "force delete the backup",
1057+
"in": "query",
1058+
"name": "force",
1059+
"schema": {
1060+
"type": "boolean"
1061+
}
10541062
}
10551063
],
10561064
"responses": {
@@ -1346,6 +1354,14 @@
13461354
"schema": {
13471355
"type": "string"
13481356
}
1357+
},
1358+
{
1359+
"description": "Force delete the volume backup",
1360+
"in": "query",
1361+
"name": "force",
1362+
"schema": {
1363+
"type": "boolean"
1364+
}
13491365
}
13501366
],
13511367
"responses": {

0 commit comments

Comments
 (0)