Update Workspace Webhook

Update the specified workspace webhook

Path Parameters

webhook_idstringRequired
The unique ID for the webhook

Headers

xi-api-keystringRequired

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).

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.

Errors