Update a Webhook
Update a Webhook
PATCH
[environmentBaseUrl]/v1/webhooks/:id
This API is useful to update/disable the URL of your currently registered webhook.
Path Parameters
Name | Type | Description |
---|---|---|
id | string | Identifier of the webhook |
Request Body
Name | Type | Description |
---|---|---|
url | string | URL of the webhook |
disabled | Boolean | Disable the webhook by passing true |
Last updated