Update an incoming webhook
PATCH/v1/webhooks/incoming/:webhook_id
Update an incoming webhook's name, description, expected_schema or
is_active flag. This is a partial update.
The slug is immutable because it is the receiver URL — callers already posting to it would break. Create a new webhook if you need a different address.
Requires the webhooks:write scope.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 429
Successful Response
Error
Error
Error
Error
Validation Error
Error