From 4eac0de31fc58777a7485f54304bd3250139c56d Mon Sep 17 00:00:00 2001 From: Nick Lloyd Date: Mon, 28 Oct 2024 12:05:24 +0100 Subject: [PATCH] Updated following file(s): webhook.yml --- webhook.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/webhook.yml b/webhook.yml index 513b739..77ea843 100644 --- a/webhook.yml +++ b/webhook.yml @@ -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' @@ -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'