Skip to main content
PUT
Update Scheduled Job

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Path Parameters

id
integer
required

ID of the scheduled job to update (URL path parameter).

Response

Scheduled job updated successfully; returns {success: true, scheduled_job_id: , msg: }

success
boolean

Always true on success

scheduled_job_id
integer

ID of the updated scheduled job

msg
string

Human-readable confirmation message