beaconed_webhooks_update
Update a webhook subscription's delivery URL, subscribed events, or active status via PATCH.
Instructions
PATCH /api/v1/webhooks/{id} — update a webhook subscription's URL, events, or status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Webhook UUID | |
| url | No | New HTTPS delivery URL | |
| events | No | New list of subscribed events | |
| status | No | Set to paused to temporarily disable deliveries |