Skip to content

Commit 39a5e8a

Browse files
OAS Update
1 parent c1af610 commit 39a5e8a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -994,6 +994,9 @@
994994
},
995995
"404": {
996996
"description": "Server not found"
997+
},
998+
"409": {
999+
"description": "Backup already running"
9971000
}
9981001
},
9991002
"summary": "create backup",
@@ -1277,6 +1280,9 @@
12771280
},
12781281
"404": {
12791282
"description": "Server | backup not found"
1283+
},
1284+
"409": {
1285+
"description": "Restore already running"
12801286
}
12811287
},
12821288
"summary": "trigger restore of the requested backup",

0 commit comments

Comments
 (0)