update_webhook
Update one or more mutable fields on a registered webhook endpoint: url, events, active. At least one of these must be provided. Validation mirrors register_webhook (https-only, <= 2048 chars, URL safety blocklist). Returns the updated endpoint (secret is never returned by this tool - use rotate_webhook_secret for that).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | New HTTPS URL (max 2048 chars) | |
| active | No | Toggle delivery on/off without losing the registration | |
| events | No | Replacement event types. Omit to leave unchanged. ["*"] or an empty filtered list resets to wildcard. | |
| webhook_id | Yes | The webhook id to update |