PATCH /v1/webhooks/{id}
Path parameters
string
required
The webhook endpoint id to update.
Body
Send any subset of the following. Omitted fields are left unchanged.string
New HTTPS endpoint to deliver events to.
boolean
false pauses deliveries; true resumes them.The secret survives. Updating an endpoint keeps its
signingSecret. To rotate the secret, delete the endpoint and create a new one.Request
Response
Returns200 OK with the updated endpoint (secret redacted). An unknown id returns 404 not_found.
200 OK
