Request
This endpoint expects an object.
is_disabledbooleanRequired
Whether to disable or enable the webhook
namestringRequired
The display name of the webhook (used for display purposes only).
retry_enabledboolean or nullOptional
Whether to enable automatic retries for transient failures (5xx, 429, timeout)
request_headersmap from strings to strings or nullOptional
A list of request headers to include with the webhook delivery (optional)
Response
Successful Response
statusstring
The status of the workspace webhook patch request. If the request was successful, the status will be 'ok'. Otherwise an error message with status 500 will be returned.