Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.28 KB

File metadata and controls

22 lines (15 loc) · 1.28 KB

JobCreateParameters

Properties

Name Type Description Notes
branch String specify the branch to use [optional]
name String Job name
sourceLocaleId String The API id of the source language [optional]
briefing String Briefing for the translators [optional]
dueDate OffsetDateTime Date the job should be finished [optional]
ticketUrl String URL to a ticket for this job (e.g. Jira, Trello) [optional]
tags List<String> tags of keys that should be included within the job [optional]
translationKeyIds List<String> ids of keys that should be included within the job [optional]
targetLocaleIds List<String> List of target locales for the job. Mutually exclusive with `job_template_id`. [optional]
jobTemplateId 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. [optional]