Update the core properties of a webhook. This endpoint accepts both PATCH and PUT. It does not modify subscriptions. Use the Subscriptions endpoints to add, update, or remove subscriptions.
| Name | Type | Description |
|---|---|---|
| id Required | integer | Unique webhook identifier. |
| Name | Type | Description |
|---|---|---|
| url Optional | string | The HTTPS URL to deliver payloads to. Must be publicly reachable. |
| name Optional | string | Short human-readable label (e.g. "Iceland Campaign"). Shown in list views. |
| note Optional | string | Free-text description returned with every delivery. Useful for providing context to LLMs or downstream automation. |
| active Optional | boolean | Whether the webhook is enabled. |