Webhooks (v2)
Update Webhook Endpoint
Change a webhook endpoint’s URL, event subscription, or active state.
PATCH
Updates a webhook endpoint. Send any subset of the fields below.
Path Parameters
string
required
The endpoint’s id.
Body Parameters
string
New HTTPS URL (max 2000 chars, public host).
array
New event subscription list (see supported events).
boolean
Enable or disable delivery to this endpoint.