update_webhook
Modify an existing webhook endpoint: enable or disable it, update its URL or subscribed events, or clear its description. The signing secret remains hidden.
Instructions
Update a webhook endpoint (partial). Pass enabled to enable/disable. Pass description=null to clear it. The signing secret is not returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| url | No | ||
| events | No | Event names (use list_webhook_event_types for the list) | |
| enabled | No | ||
| description | No | New description; null clears it |