Update a webhook

PUT
Update a webhook

Path parameters

webhook_idstringRequired
The ID of the webhook to update

Request

This endpoint expects an object.
urlstringOptional
The url to send the webhook to
headerslist of objectsOptional
Optional headers to send with the webhook
activebooleanOptional
Whether the webhook is active
secretstringOptional
The secret to use to sign the webhook payload.

Response

This endpoint returns an object.
resultobject

Errors