Update webhook
update_webhookChange an existing webhook's destination URL or the event types it receives. Pass only fields to update; providing types replaces the entire subscription list.
Instructions
Update an existing webhook — change its URL or the list of event types it subscribes to. Pass only what should change; types replaces the whole list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Webhook ID (from create_webhook or list_webhooks). | |
| url | No | New URL. | |
| types | No | New list of event types (replaces the current list). |