Update specific fields of an existing scheduled run.
Common use cases:
{"enabled": false}{"schedule_expression": "rate(1 hour)"}{"run_template_id": "new_template_id"}API key for authentication
Scheduled run resource ID
^[A-Za-z0-9]{22}$Partial update request (PATCH semantics - only provided fields are updated)
Human-readable schedule name
1 - 200"Updated Schedule Name"
Run template to execute
^[A-Za-z0-9]{22}$"abc123def456ghi789jklm"
Schedule expression in rate or cron format
200"rate(1 hour)"
IANA timezone for cron expressions
100"UTC"
Enable or disable the schedule
false
Scheduled run updated successfully
Scheduled run configuration resource.