update_webhook
Modify a webhook's delivery endpoint, description, or custom headers while preserving its attached agents and events.
Instructions
Update a webhook's endpoint URL, description, or custom headers. Provide at least one field. This does NOT change which agents/events are attached — subscriptions are fixed at creation. To change attachments, delete the webhook and create a new one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| headers | No | Replace all custom headers. Pass an empty object ({}) to remove all custom headers. | |
| endpoint | No | New delivery URL. | |
| webhook_id | Yes | The webhook to update. | |
| description | No | New description. |