update-webhook
Modify an existing webhook endpoint by updating its URL, events, filters, active status, or description. Use this action to adjust notification behavior without recreating the webhook.
Instructions
Update a webhook endpoint (PATCH /api/public/webhooks/{id}). Scope: webhooks:write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Webhook id. | |
| url | No | ||
| events | No | ||
| filters | No | ||
| isActive | No | ||
| description | No |