x402 watch — edit delivery URLs / sensitivity / events (free)
x402_watch_editEdit active watch configurations by updating webhook URLs, Slack channels, event subscriptions, or liveness sensitivity. Validates new URLs before applying changes.
Instructions
Edit an active watch: change webhook/Slack URLs, liveness sensitivity, or subscribed events. Bearer-authed with the secret from x402_watch_create. Newly-added URLs are connection-tested before the change is persisted; if any new URL fails, the existing config is unchanged. Delivery fields are full-replace per channel (omit to leave that channel unchanged). Returns the updated watch view.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| events | No | Event types to subscribe to (default all). Omit to keep current events. | |
| secret | Yes | The one-time bearer secret returned by x402_watch_create. | |
| watch_id | Yes | Watch id returned by x402_watch_create. | |
| slack_url | No | Replace Slack/Discord URL(s). Single string or array; max 5. Omit to keep current URL(s). | |
| webhook_url | No | Replace webhook URL(s). Single string or array; max 5. Omit to keep current webhook(s). | |
| liveness_sensitivity_n | No | 1=paranoid … 10=relaxed. Omit to keep current value. |