Skip to main content

Update a webhook's url, events, and/or status

PATCH 

/v1/networks/:networkId/webhooks/:id

Partially updates the subscription; supply any of url, events, or status (active or disabled) — at least one is required. Set status to disabled to pause deliveries without deleting the subscription. The signing secret cannot be changed or re-read. Writes are optimistic-locked and return 409 on a version conflict. Requires administrator access to the network.

Request

Responses

The updated webhook (the secret is never included)