v2
latestOpenAPI 3.1.02026-07-31822441.6 KBCreate jobs schedule
Create a new schedule for a tenant
put/{env_id}/{flow_id}/{tenant_id}/jobs/schedule
Path parameters
env_idstring required
ID of environment
flow_idstring required
ID of flow
tenant_idstring required
ID of tenant
Request body
Response
200
Example response
{
"ScheduleExpression": "cron(0 0 ? * SUN *)",
"State": "DISABLED",
"ScheduleJitterMinutes": 60
}