Updates the webhook with the given ID. You can update the name, description, status, URL, and set basic authentication. Changing the URL will require this webhook to be verified again. Changing the status will disable/enable sending of identification events to your webhook.
name, description, status, URL.
Changing the URL will require this webhook to be verified again.
Changing the status will disable/enable sending of identification events to your webhook.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Management API version.
Webhook ID
URL of the webhook endpoint. Must start with https://.
"https://website.com/webhook"
Description of the webhook.
"My Webhook"
Status of the webhook: 'enabled' or 'disabled'.
enabled, disabled Environment ID this webhook is associated with. Null if global.
Webhook updated. Changes will take effect in a few minutes.