Skip to content

Commit c1af610

Browse files
OAS Update
1 parent 9925cc2 commit c1af610

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -917,6 +917,9 @@
917917
},
918918
"404": {
919919
"description": "Server not found"
920+
},
921+
"409": {
922+
"description": "Backup already running"
920923
}
921924
},
922925
"summary": "create backup",
@@ -1131,6 +1134,9 @@
11311134
},
11321135
"404": {
11331136
"description": "Server | backup not found"
1137+
},
1138+
"409": {
1139+
"description": "Restore already running"
11341140
}
11351141
},
11361142
"summary": "trigger restore of the requested backup",

0 commit comments

Comments
 (0)