Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 1.78 KB

File metadata and controls

56 lines (37 loc) · 1.78 KB

Automation

Properties

Name Type Description Notes
id String [optional]
name String [optional]
status StatusEnum [optional]
trigger TriggerEnum [optional]
statusFilters List<StatusFiltersEnum> translation key statuses used to filter keys that are added to jobs [optional]
projectId String [optional]
projectIds List<String> All project IDs the automation applies to. Returned alongside the singular `project_id` for backwards compatibility. [optional]
jobTemplateId String [optional]
jobOwnerId String User ID of the job owner that newly created jobs are assigned to. [optional]
includeOnlyUpdatedLocales Boolean When `true`, the automation only acts on locales that changed since its last run. [optional]
tags List<String> [optional]
cronSchedule String [optional]
timeZone String [optional]
account Account [optional]
createdAt OffsetDateTime [optional]
updatedAt OffsetDateTime [optional]

Enum: StatusEnum

Name Value
INACTIVE "inactive"
ACTIVE "active"
ERROR "error"

Enum: TriggerEnum

Name Value
SCHEDULE "schedule"
UPLOAD "upload"

Enum: List<StatusFiltersEnum>

Name Value
UNVERIFIED "unverified"
UNTRANSLATED "untranslated"
READY_FOR_REVIEW "ready_for_review"