Update Workspace Webhook
Update the specified workspace webhook
Headers
Your API key for programmatic access. Send it in the x-api-key header; you can create and manage keys from the Developers page.
Path Parameters
The unique ID for the webhook
"G007vmtq9uWYl7SUW9zGS8GZZa1K"
Body
Whether to disable or enable the webhook
true
The display name of the webhook (used for display purposes only).
"My Callback Webhook"
Whether to enable automatic retries for transient failures (5xx, 429, timeout)
true
A list of request headers to include with the webhook delivery (optional)
The complete set of workspace-level events this webhook should be subscribed to. The webhook is added to the events in the list and removed from any not in the list. Omit to leave the current event subscriptions unchanged.
voice_library_removal_notice, speech_to_text, agent_qa Response
Successful Response
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.