v4
latestOpenAPI 3.0.02026-08-04109113304.5 KBScheduled Jobs
Update a Scheduled Job
Update a Scheduled Job by ID
patch/scheduled-jobs/{job_id}
Path parameters
job_idinteger required
The ID of the Scheduled Job you'd like to update
Request body
Response
Return the updated Scheduled Job
Example response
{
"account_id": 456,
"campaign_ids": [
12,
34
],
"experiment_ids": [
56,
78,
90
],
"frequency": "weekly",
"id": 123,
"job_type": "project_results",
"project_id": 789
}