chore: Update the documentation for configuring webhooks in the account (#4703)

This commit is contained in:
Pranav Raj S
2022-05-19 21:43:23 +05:30
committed by GitHub
parent 8538660bbd
commit 11ea8a3032
12 changed files with 340 additions and 18 deletions

View File

@@ -385,6 +385,23 @@
delete:
$ref: ./application/custom_filters/delete.yml
# webhooks
/api/v1/accounts/{account_id}/webhooks:
parameters:
- $ref: '#/parameters/account_id'
get:
$ref: ./application/webhooks/index.yml
post:
$ref: ./application/webhooks/create.yml
/api/v1/accounts/{account_id}/webhooks/{webhook_id}:
parameters:
- $ref: '#/parameters/account_id'
- $ref: '#/parameters/webhook_id'
patch:
$ref: ./application/webhooks/update.yml
delete:
$ref: ./application/webhooks/delete.yml
### Reports
# List