Update a webhook
PATCH/v1/projects/:project_id/webhooks/:webhook_id
Change the destination, the subscription, the label, or whether deliveries are attempted at all. At least one field is required.
Setting active: false is the reversible half of DELETE: deliveries stop, the endpoint and its history stay. It is what to reach for while a receiver is being repaired.
Request
Responses
- 200
- 400
- 401
- 404
Webhook updated.
The request was malformed or failed validation.
Missing or invalid credentials.
The resource does not exist (existence is not leaked).