Update an automation
Update an existing automation.
For feature availability, see Jobs (Strings).
Authorizations
Enter your token in the format token TOKEN
Headers
Two-Factor-Authentication token (optional)
Body
name of the automation
"Scheduled Job Automation - Hourly"
schedule, upload List of project IDs to associate with the automation. Currently, only the first ID in the array is used. The array format leaves room for future support of multiple projects.
["abcd1234cdef1234abcd1234cdef1234"]translation key statuses used to filter keys that are added to jobs
unverified, untranslated, ready_for_review id of job template that the automation uses to create jobs from
"abcd1234cdef1234abcd1234cdef1234"
used to filter which keys are added to jobs
["myTag"]along with time_zone, specifies when the scheduled automation is supposed to run
"00 13 * * 1,2"
along with cron_schedule, specifies when the scheduled automation is supposed to run
"GMT"
User ID of the job owner that newly created jobs are assigned to.
"abcd1234abcd1234abcd1234abcd1234"
When true, the automation only acts on locales that changed since its last run.
false
Response
OK
inactive, active, error schedule, upload translation key statuses used to filter keys that are added to jobs
unverified, untranslated, ready_for_review All project IDs the automation applies to. Returned alongside the singular project_id for backwards compatibility.
User ID of the job owner that newly created jobs are assigned to.
When true, the automation only acts on locales that changed since its last run.
{
"id": "abcd1234",
"name": "Company Account",
"slug": "company_account",
"company": "My Awesome Company",
"created_at": "2015-01-28T09:52:53Z",
"updated_at": "2015-01-28T09:52:53Z",
"company_logo_url": "http://assets.example.com/company_logo.png"
}