Update a webhook endpoint
PATCH/projects/:projectId/webhooks/:endpointId
Change the URL, description, event subscription, or enabled state. The signing secret is untouched — use the rotate endpoint for that.
Constraints:
- Setting
statustoenabledalso clears the consecutive-failure count, giving a repaired endpoint a full retry budget again.
Request
Responses
- 200
- 400
- 404
The updated endpoint.
Invalid URL or event type.
Endpoint not found.