Path Parameters
Your A1Base account ID
The unique identifier of the cron job to update (UUID format)
Request Body
All fields are optional. Only include the fields you want to update.New name for the cron job
New description
New URL to call
New HTTP method: GET, POST, PUT, DELETE
New HTTP headers (replaces all existing headers)
New request body for POST/PUT methods
New timezone
New schedule configuration (replaces entire schedule)
New retry configuration
New webhook URLs
New array of tags (replaces all existing tags)
Activate or deactivate the cron job
Response
Returns the updated cron job object with all current values.Common Update Scenarios
Change Schedule Time
Change Schedule Time
Pause/Resume
Pause/Resume
Update Headers
Update Headers
Change Tags
Change Tags
Update Callbacks
Update Callbacks
When updating
schedule_config
, provide the complete configuration object with all required fields for the schedule type, not just the fields you want to change.