v2
latestOpenAPI 3.0.02026-08-07103189636.5 KBJobs
Add locale to job
This adds a locale to a job. When the system can quickly add the locale and any content to the job, it synchronously responds with status 200. When the system can't quickly add the locale and any content to the job, a 202 response is returned. The response contains a link to check the progress of the request. When a 202 is received, the process of adding the content to the job will not be complete until the returned process has completed.
post/jobs-api/v3/projects/{projectId}/jobs/{translationJobUid}/locales/{targetLocaleId}
Path parameters
projectIdstring required
A unique project identifier. This can be found in the Smartling Dashboard under Account Settings > API.
translationJobUidstring required
targetLocaleIdstring required
Request body
Response
OK