Skip to content

Commit 21b7e0a

Browse files
committed
fix: regenerate openapi.json
Signed-off-by: Jana Peper <[email protected]>
1 parent 269cc62 commit 21b7e0a

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

apps/webhook_listeners/openapi.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@
315315
"type": "object",
316316
"nullable": true,
317317
"default": null,
318-
"description": "List of user ids for which to include auth tokens in the event. Has two fields: \"users\" list of user uids for which tokens are needed, \"functions\" list of functions for which tokens can be included. Possible functions: \"owner\" for the user creating the webhook, \"trigger\" for the user triggering the webhook call",
318+
"description": "List of user ids for which to include auth tokens in the event. Has two fields: \"user_ids\" list of user uids for which tokens are needed, \"user_roles\" list of roles (users not defined by their ID but by the role they have in the webhook event) for which tokens can be included. Possible roles: \"owner\" for the user creating the webhook, \"trigger\" for the user triggering the webhook call. Requested auth tokens are valid for 1 hour after receiving them in the event call request.",
319319
"additionalProperties": {
320320
"type": "object"
321321
}
@@ -723,7 +723,7 @@
723723
"type": "object",
724724
"nullable": true,
725725
"default": null,
726-
"description": "List of user ids for which to include auth tokens in the event. Has two fields: \"users\" list of user uids for which tokens are needed, \"functions\" list of functions for which tokens can be included. Possible functions: \"owner\" for the user creating the webhook, \"trigger\" for the user triggering the webhook call",
726+
"description": "List of user ids for which to include auth tokens in the event. Has two fields: \"user_ids\" list of user uids for which tokens are needed, \"user_roles\" list of roles (users not defined by their ID but by the role they have in the webhook event) for which tokens can be included. Possible roles: \"owner\" for the user creating the webhook, \"trigger\" for the user triggering the webhook call. Requested auth tokens are valid for 1 hour after receiving them in the event call request.",
727727
"additionalProperties": {
728728
"type": "object"
729729
}

openapi.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4687,6 +4687,12 @@
46874687
"additionalProperties": {
46884688
"type": "object"
46894689
}
4690+
},
4691+
"tokenNeeded": {
4692+
"type": "object",
4693+
"additionalProperties": {
4694+
"type": "object"
4695+
}
46904696
}
46914697
}
46924698
}
@@ -37590,6 +37596,15 @@
3759037596
"additionalProperties": {
3759137597
"type": "object"
3759237598
}
37599+
},
37600+
"tokenNeeded": {
37601+
"type": "object",
37602+
"nullable": true,
37603+
"default": null,
37604+
"description": "List of user ids for which to include auth tokens in the event. Has two fields: \"user_ids\" list of user uids for which tokens are needed, \"user_roles\" list of roles (users not defined by their ID but by the role they have in the webhook event) for which tokens can be included. Possible roles: \"owner\" for the user creating the webhook, \"trigger\" for the user triggering the webhook call. Requested auth tokens are valid for 1 hour after receiving them in the event call request.",
37605+
"additionalProperties": {
37606+
"type": "object"
37607+
}
3759337608
}
3759437609
}
3759537610
}
@@ -37989,6 +38004,15 @@
3798938004
"additionalProperties": {
3799038005
"type": "object"
3799138006
}
38007+
},
38008+
"tokenNeeded": {
38009+
"type": "object",
38010+
"nullable": true,
38011+
"default": null,
38012+
"description": "List of user ids for which to include auth tokens in the event. Has two fields: \"user_ids\" list of user uids for which tokens are needed, \"user_roles\" list of roles (users not defined by their ID but by the role they have in the webhook event) for which tokens can be included. Possible roles: \"owner\" for the user creating the webhook, \"trigger\" for the user triggering the webhook call. Requested auth tokens are valid for 1 hour after receiving them in the event call request.",
38013+
"additionalProperties": {
38014+
"type": "object"
38015+
}
3799238016
}
3799338017
}
3799438018
}

0 commit comments

Comments
 (0)