webhook_update
Update an existing webhook subscription by modifying event types, secret, description, or callback URL using its ID.
Instructions
Update an existing webhook subscription
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Webhook subscription ID (UUID) | |
| types | No | Event types to subscribe to | |
| secret | No | Secret for webhook signature verification | |
| description | No | Description of the webhook subscription | |
| callback_url | No | Callback URL for webhook delivery |