Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/.gitbook/assets/v1-api-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11198,6 +11198,8 @@ paths:

- `Create Outbound Webhooks`
operationId: Createawebhook
security:
- APIToken: []
parameters:
- name: orgId
in: path
Expand Down Expand Up @@ -11249,6 +11251,8 @@ paths:

- `View Outbound Webhooks`
operationId: Listwebhooks
security:
- APIToken: []
parameters:
- name: orgId
in: path
Expand Down Expand Up @@ -11293,6 +11297,8 @@ paths:

- `View Outbound Webhooks`
operationId: Retrieveawebhook
security:
- APIToken: []
parameters:
- name: orgId
in: path
Expand Down Expand Up @@ -11340,6 +11346,8 @@ paths:

- `Remove Outbound Webhooks`
operationId: Deleteawebhook
security:
- APIToken: []
parameters:
- name: orgId
in: path
Expand Down Expand Up @@ -11378,6 +11386,8 @@ paths:

- `View Outbound Webhooks`
operationId: Pingawebhook
security:
- APIToken: []
parameters:
- name: orgId
in: path
Expand Down