Update Report Schedule
PUT/v1/reports/:id/schedule
Update the caller's schedule for this report — RRULE, recipient list, or active flag. Recipients must be active users of the caller's organization. Omitted fields are left unchanged. Returns 404 if the caller has no schedule on the report, even if another user has one.
RRULE shape: if you replace rrule, keep the editor-compatible form FREQ=WEEKLY;BYDAY=<days>;BYHOUR=<H>;BYMINUTE=<M>;BYSECOND=0 so the in-app schedule editor can still render the schedule.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Schedule updated
Invalid request or recipient outside tenant
Invalid or missing API key
Report or schedule not found
Internal server error