You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tags of keys that should be included within the job. Note: a tag matches every key currently carrying that tag, not just the ones you just tagged. For example, if hundreds of pre-existing keys already share the tag `myUploadTag`, adding it here pulls in every one of them, not only the key you just tagged. Use `translation_key_ids` to scope the job to specific keys instead.
[optional]
translation_key_ids
Array<String>
ids of keys that should be included within the job
[optional]
target_locale_ids
Array<String>
List of target locales for the job. Mutually exclusive with `job_template_id`.
[optional]
job_template_id
String
id of a job template you would like to model the created job after. Any manually added parameters will take preference over template attributes. Mutually exclusive with `target_locale_ids`.
[optional]
autotranslate
Boolean
Automatically translate the job using machine translation.