Update a cron job
Modifies an existing cron job’s configuration, including its label and command.
Authorizations
Bearer token for authentication. Format: 'Bearer {token}'
Headers
Workspace ID (uses default workspace if not provided)
Body
Response
Update a cron job
Api_V1_Entities_Cronjob model
Cron job UUID
Cron job name
Human-readable display name
Schedule type (cron, interval)
Interval type (every_10_minutes, hourly, daily)
Hour component
Minute component
Cron expression for custom schedules
Command to execute
Current status (running, stopped)
Name of the most recent run
Status of the most recent run (e.g. running, complete, failed)
Last execution timestamp
Creation timestamp
Last update timestamp

