Update a webhook
Update a registered webhook. label identifies which webhook to update and cannot be changed.
The editable fields are url and auth_header (pass auth_header: null to
remove a previously set header). event_types is not updatable — to change which events a
webhook subscribes to, delete it and create a new one. To change the signing secret, use the
rotate-secret endpoint. A successful update returns 200 with an empty body.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Identifies the webhook to update. Cannot be changed.
"prod-workflows"
Optional. New receiver URL. Must be HTTPS on port 443.
"https://api.yourapp.com/halliday/webhooks/v2"
Optional. Set or replace the custom delivery auth header, or pass null to remove an
existing one.
Response
Webhook updated successfully (empty body)

