tickerbot_patch_webhook
Update an existing webhook's name, cadence, delivery URL, or enabled status in place. Keep the trigger and channel unchanged; delete and recreate to alter them.
Instructions
Edit a webhook in place: name, cadence, target_url, enabled (pausing/resuming without losing match-state). The trigger (q) and channel are immutable by design — delete and re-create to change what fires or where it delivers. Unknown fields are a 400, never silently ignored.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Webhook id (looks like `wh_…`). | |
| name | No | New display name. | |
| cadence | No | New evaluation cadence. | |
| enabled | No | false pauses deliveries; true resumes. (Re-enabling after auto-disable also works via tickerbot_enable_webhook, which additionally clears match-state.) | |
| target_url | No | New HTTPS delivery URL. |