update_monitor
Update a monitor's webhook assignments and per-run limit. Pass webhook IDs from create_webhook or list_webhooks, and set a new minimum limit of 10 records per run.
Instructions
Update a monitor's webhook assignments and per-run limit.
Note: schedule and reference_job_id cannot be modified through this endpoint.
Webhooks are centralized — pass webhook IDs (from create_webhook/list_webhooks).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Optional updated maximum records per run (minimum 10). | |
| api_key | No | CatchAll API key. Optional if provided via x-api-key header or CATCHALL_API_KEY env var. | |
| monitor_id | Yes | The monitor ID to update | |
| webhook_ids | No | Optional list of webhook IDs to assign to this monitor. Pass an empty list `[]` to clear all webhook assignments. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |