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 706edd6 + 010121e commit 77d481cCopy full SHA for 77d481c
swagger.yml
@@ -516,7 +516,7 @@ paths:
516
- name: buildHook
517
in: body
518
schema:
519
- $ref: '#/definitions/buildHook'
+ $ref: '#/definitions/buildHookSetup'
520
required: true
521
responses:
522
'201':
@@ -554,7 +554,7 @@ paths:
554
555
556
557
558
559
560
'204':
@@ -2801,6 +2801,13 @@ definitions:
2801
type: boolean
2802
minify:
2803
2804
+ buildHookSetup:
2805
+ type: object
2806
+ properties:
2807
+ title:
2808
+ type: string
2809
+ branch:
2810
2811
buildHook:
2812
type: object
2813
properties:
0 commit comments