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 9925cc2 commit c1af610Copy full SHA for c1af610
services/server-backup/v1/server-backup.json
@@ -917,6 +917,9 @@
917
},
918
"404": {
919
"description": "Server not found"
920
+ },
921
+ "409": {
922
+ "description": "Backup already running"
923
}
924
925
"summary": "create backup",
@@ -1131,6 +1134,9 @@
1131
1134
1132
1135
1133
1136
"description": "Server | backup not found"
1137
1138
1139
+ "description": "Restore already running"
1140
1141
1142
"summary": "trigger restore of the requested backup",
0 commit comments