v2
latestOpenAPI 3.0.02026-08-07103189636.5 KBJobs
Add strings to job
Adding strings to a job is useful if you don't manage strings / content through files, but instead need to add strings by some other means other than files.
When strings are successfully added to a job, a 200 status is returned. When the system can't quickly add strings to the job, a 202 response status is returned. The response contains a link and processUid 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}/strings/add
Path parameters
projectIdstring required
A unique project identifier. This can be found in the Smartling Dashboard under Account Settings > API.
translationJobUidstring required
Request body
Response
OK