From eab2806860e8f3d8174f613cb50464b6f953c938 Mon Sep 17 00:00:00 2001 From: acaprar Date: Fri, 11 Jul 2025 16:31:54 +0300 Subject: [PATCH 1/2] docs: update create webhook call --- docs/.gitbook/assets/v1-api-spec.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/.gitbook/assets/v1-api-spec.yaml b/docs/.gitbook/assets/v1-api-spec.yaml index c507c945edcc..eea6ff3c2cbe 100644 --- a/docs/.gitbook/assets/v1-api-spec.yaml +++ b/docs/.gitbook/assets/v1-api-spec.yaml @@ -11198,6 +11198,8 @@ paths: - `Create Outbound Webhooks` operationId: Createawebhook + security: + - APIToken: [] parameters: - name: orgId in: path From 5614d7747b80f91f5ae6c69304888dfae9ff5f7d Mon Sep 17 00:00:00 2001 From: acaprar Date: Fri, 11 Jul 2025 17:54:30 +0300 Subject: [PATCH 2/2] docs: added api token for all webhook endpoints --- docs/.gitbook/assets/v1-api-spec.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/.gitbook/assets/v1-api-spec.yaml b/docs/.gitbook/assets/v1-api-spec.yaml index eea6ff3c2cbe..cef5c9b5dd5a 100644 --- a/docs/.gitbook/assets/v1-api-spec.yaml +++ b/docs/.gitbook/assets/v1-api-spec.yaml @@ -11251,6 +11251,8 @@ paths: - `View Outbound Webhooks` operationId: Listwebhooks + security: + - APIToken: [] parameters: - name: orgId in: path @@ -11295,6 +11297,8 @@ paths: - `View Outbound Webhooks` operationId: Retrieveawebhook + security: + - APIToken: [] parameters: - name: orgId in: path @@ -11342,6 +11346,8 @@ paths: - `Remove Outbound Webhooks` operationId: Deleteawebhook + security: + - APIToken: [] parameters: - name: orgId in: path @@ -11380,6 +11386,8 @@ paths: - `View Outbound Webhooks` operationId: Pingawebhook + security: + - APIToken: [] parameters: - name: orgId in: path