v1

latestOpenAPI 3.1.0raw.githubusercontent.com2024-09-27192307552.2 KB
schedules

Update Schedule

Updates the attribute on a specific schedule using its unique id.

Args: schedule_id: ID of the schedule to get. schedule_update: the model containing the attributes to update.

Returns: The updated schedule object.

put/api/v1/schedules/{schedule_id}

Path parameters

schedule_idstring uuid required

Request body

namestring nullable
activeboolean nullable
cron_expressionstring nullable
start_timestring date-time nullable
end_timestring date-time nullable
interval_secondstring duration nullable
catchupboolean nullable
run_once_start_timestring date-time nullable
orchestrator_idstring uuid nullable
pipeline_idstring uuid nullable

Response

Successful Response

resourcesScheduleResponseResources

Class for all resource models associated with the schedule entity.

idstring uuid required
permission_deniedboolean
namestring required