update_scheduled_report
Update an existing scheduled report definition. Only the fields you provide are changed; unspecified fields keep their current values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Id of the scheduled report to update. | |
| name | No | New name (optional). | |
| format | No | New format: pdf or csv (optional). | |
| cadence | No | New cadence: Daily, Weekly, or Monthly (optional). | |
| is_active | No | Enable (true) or disable (false) the schedule (optional). | |
| recipients | No | New comma-separated recipient emails (optional). | |
| idempotency_key | No | Optional caller-supplied key; retrying with the same key returns the original result instead of acting twice. |