panelica_webhooks_patch_v1_webhooks_id
Update an existing webhook by its ID to change endpoint, events, or other settings. Maintain accurate integration notifications without deleting and recreating the webhook.
Instructions
Update webhook
HTTP: PATCH /v1/webhooks/:id Category: Webhooks Required scopes: webhooks:write Mutating: changes server state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Path parameter: id | |
| body | No | Request body (application/json). Schema not statically declared — see API docs. |