Schedule
Update Schedule
Update a scheduled trigger’s cron or interval configuration.
PUT
Update an existing schedule — change its cron expression, interval dates, date window, timezone, or payload. Returns the updated schedule.
Authentication
Your Refold API key.
The linked account that owns the schedule.
Path Parameters
The schedule ID.
Body Parameters
cron or interval.Cron expression (cron schedules). Stored as
cron_patten.Interval date objects (interval schedules).
Earliest run date (
YYYY-MM-DD).Latest run date (
YYYY-MM-DD).Timezone.
Event payload passed to the workflow.
Response
- 200 OK
- 404 Not Found
Returns the updated schedule (same shape as Register Schedule).