Skip to main content

Update a webhook subscription.

PUT 

/webhooks/:id

Updates the fields provided and leaves the rest unchanged. Passing event_types replaces the subscribed set rather than adding to it; omitting it leaves the current set alone.

Set enabled to false to pause delivery, and true to resume it. Resuming also clears the accumulated failure count, so a subscription disabled automatically after sustained failures starts fresh once the endpoint is healthy again.

Request

Responses

The updated subscription.