update_webhook
Update specific fields of a webhook configuration, such as subscriber URL or active status, using a partial PATCH request.
Instructions
Update a webhook (PATCH — partial update).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | Fields to update (e.g., {"subscriberUrl": "...", "active": false}) | |
| webhook_id | Yes | Webhook ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |