Update an outgoing webhook
PATCH/v1/webhooks/outgoing/:webhook_id
Update an outgoing webhook's name, url, events, webhook_type,
is_active, retry_count or timeout_seconds. This is a partial update.
A new url is re-validated against SSRF. Replacing events replaces the
whole subscription list rather than adding to it, so send the full set you
want.
Requires the webhooks:write scope.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 429
Successful Response
Error
Error
Error
Error
Validation Error
Error