Skip to content

Commit

Permalink
Updated following file(s): webhook.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklloyd committed Oct 28, 2024
1 parent 2105657 commit 4eac0de
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions webhook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1414,6 +1414,11 @@ paths:
oneOf:
- $ref: '#/components/schemas/ExecuteWebhookEventRequest'
- $ref: '#/components/schemas/ExecuteWebhookEventsRequest'
application/x-www-form-urlencoded:
schema:
oneOf:
- $ref: '#/components/schemas/ExecuteWebhookEventRequest'
- $ref: '#/components/schemas/ExecuteWebhookEventsRequest'
responses:
'200':
$ref: '#/components/responses/ExecuteWebhookResponse'
Expand Down Expand Up @@ -1476,6 +1481,11 @@ paths:
oneOf:
- $ref: '#/components/schemas/ExecuteWebhookEventRequest'
- $ref: '#/components/schemas/ExecuteWebhookEventsRequest'
application/x-www-form-urlencoded:
schema:
oneOf:
- $ref: '#/components/schemas/ExecuteWebhookEventRequest'
- $ref: '#/components/schemas/ExecuteWebhookEventsRequest'
responses:
'200':
$ref: '#/components/responses/ExecuteWebhookResponse'
Expand Down

0 comments on commit 4eac0de

Please sign in to comment.