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 c1af610 commit 39a5e8aCopy full SHA for 39a5e8a
services/server-backup/v2/server-backup.json
@@ -994,6 +994,9 @@
994
},
995
"404": {
996
"description": "Server not found"
997
+ },
998
+ "409": {
999
+ "description": "Backup already running"
1000
}
1001
1002
"summary": "create backup",
@@ -1277,6 +1280,9 @@
1277
1280
1278
1281
1279
1282
"description": "Server | backup not found"
1283
1284
1285
+ "description": "Restore already running"
1286
1287
1288
"summary": "trigger restore of the requested backup",
0 commit comments