We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76e1fa5 commit 6ab02efCopy full SHA for 6ab02ef
swagger.yml
@@ -607,6 +607,15 @@ paths:
607
$ref: "#/definitions/build"
608
default:
609
$ref: "#/responses/error"
610
+ post:
611
+ operationId: createSiteBuild
612
+ responses:
613
+ '200':
614
+ description: OK
615
+ schema:
616
+ $ref: "#/definitions/build"
617
+ default:
618
+ $ref: "#/responses/error"
619
/sites/{site_id}/deployed-branches:
620
parameters:
621
- name: site_id
@@ -1218,7 +1227,7 @@ paths:
1218
1227
$ref: "#/definitions/auditLog"
1219
1228
1220
1229
1221
-
1230
+
1222
1231
# begin submission
1223
1232
/submissions/{submission_id}:
1224
1233
0 commit comments