Skip to main content
PATCH
Update a webhook

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
label
string
required

Identifies the webhook to update. Cannot be changed.

Example:

"prod-workflows"

url
string<uri>

Optional. New receiver URL. Must be HTTPS on port 443.

Example:

"https://api.yourapp.com/halliday/webhooks/v2"

auth_header
object | null

Optional. Set or replace the custom delivery auth header, or pass null to remove an existing one.

Response

Webhook updated successfully (empty body)