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.
2 parents 127a5a1 + 6ab02ef commit 171b6a8Copy full SHA for 171b6a8
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
@@ -1224,7 +1233,7 @@ paths:
1224
1233
$ref: "#/definitions/auditLog"
1225
1234
1226
1235
1227
-
1236
+
1228
1237
# begin submission
1229
1238
/submissions/{submission_id}:
1230
1239
0 commit comments