update_report_schedule
Modify a report's schedule with a cron expression and timezone, or disable it by passing enabled as false.
Instructions
Update a report's schedule (requires write permission)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cron | No | Cron expression, e.g. 0 8 * * 1 | |
| enabled | No | Pass false to clear (disable) the schedule | |
| timezone | No | Schedule timezone -> scheduleTimezone | |
| report_id | Yes | Report ID to update |