File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -959,6 +959,25 @@ paths:
959959 $ref : ' #/definitions/deploy'
960960 default :
961961 $ref : ' #/responses/error'
962+ delete :
963+ operationId : deleteSiteDeploy
964+ tags : [deploy]
965+ parameters :
966+ - name : deploy_id
967+ type : string
968+ in : path
969+ required : true
970+ - name : site_id
971+ type : string
972+ in : path
973+ required : true
974+ responses :
975+ ' 204 ' :
976+ description : OK
977+ schema :
978+ $ref : ' #/definitions/deploy'
979+ default :
980+ $ref : ' #/responses/error'
962981 /deploys/{deploy_id}/cancel :
963982 post :
964983 operationId : cancelSiteDeploy
@@ -1204,6 +1223,21 @@ paths:
12041223 $ref : ' #/definitions/deploy'
12051224 default :
12061225 $ref : ' #/responses/error'
1226+ delete :
1227+ operationId : deleteDeploy
1228+ tags : [deploy]
1229+ parameters :
1230+ - name : deploy_id
1231+ type : string
1232+ in : path
1233+ required : true
1234+ responses :
1235+ ' 204 ' :
1236+ description : OK
1237+ schema :
1238+ $ref : ' #/definitions/deploy'
1239+ default :
1240+ $ref : ' #/responses/error'
12071241 /deploys/{deploy_id}/lock :
12081242 post :
12091243 operationId : lockDeploy
You can’t perform that action at this time.
0 commit comments