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
- 200
- 400
- 401
- 403
- 404
- 409
The updated webhook (the secret is never included)
Nothing to update, or an invalid url/events/status
Missing or invalid API key
The API key is not authorized for this resource
Webhook not found
A version conflict