Skip to content

Commit 2e07846

Browse files
committed
Add API driven configuration parameters
Documented use in netlify/cli-utils#2 (comment) This adds parameters used by the API to set up default hooks and GitHub Apps integrations.
1 parent 8dd4ce6 commit 2e07846

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

swagger.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1547,6 +1547,11 @@ definitions:
15471547
$ref: "#/definitions/repoInfo"
15481548
id_domain:
15491549
type: string
1550+
default_hooks_data:
1551+
type: object
1552+
properties:
1553+
access_token:
1554+
type: string
15501555
siteSetup:
15511556
allOf:
15521557
- $ref: "#/definitions/site"
@@ -1584,6 +1589,8 @@ definitions:
15841589
type: object
15851590
additionalProperties:
15861591
type: string
1592+
instalation_id:
1593+
type: string
15871594
submission:
15881595
type: object
15891596
properties:

0 commit comments

Comments
 (0)