Update webhook
update_webhookModify existing webhooks by changing their HTTPS URL, updating subscribed events, or deactivating them with a single call.
Instructions
Update an existing webhook: change url (HTTPS only), the subscribed events, or set deactivate=true to switch the webhook to INACTIVE. Call get_operation_schema("UpdateWebhook") for the exact request shape.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Webhook ID (UUID). | |
| webhook | Yes | Fields to update, matching the UpdateWebhookRequest schema (see get_operation_schema("UpdateWebhook")). Must not be empty. |