API updated source file for specified job
Job file can be provided directly in the message body.
Please supply jobs in Memsource
header.
For file in the request body provide also the filename in Content-Disposition
header.
If a job from a multilingual file is updated, all jobs from the same file are update too even if their UIDs aren’t listed in the jobs field.
Accepted metadata:
jobs
- required - list of jobs UID reference (maximum size 100
)preTranslate
- pre translate flag (default false
)allowAutomaticPostAnalysis
- if automatic post editing analysis should be created. If not specified then value
is taken from the analyse settings of the projectcallbackUrl
- consumer callbackJob restrictions:
projectUid
)UID
must be from the first workflow stepCOMPLETED_BY_LINGUIST
, COMPLETED
, CANCELLED
)File restrictions:
.zip
fileExample:
{
"jobs": [
{
"uid": "jobIn1stWfStepAndNonFinalStatusUid"
}
],
"preTranslate": false,
"allowAutomaticPostAnalysis": false
"callbackUrl": "https://my-shiny-service.com/consumeCallback"
}
must match pattern ((inline|attachment); )?(filename\*=UTF-8''(.+)|filename="?(.+)"?)
Updated
The response is of type object
.