Headers
must match pattern ((inline|attachment); )?(filename\*=UTF-8''(.+)|filename="?(.+)"?)
Path Parameters
Body
application/octet-stream · object
API update target 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.
Accepted metadata:
jobs
- required - list of jobs UID reference (maximum size 1
)propagateConfirmedToTm
- sets if confirmed segments should be stored in TM (default value: true)callbackUrl
- consumer callbacktargetSegmentationRule
- ID reference to segmentation rule of organization to use for update targetunconfirmChangedSegments
- sets if segments should stay unconfirmedJob restrictions:
projectUid
)File restrictions:
.zip
fileExample:
{
"jobs": [
{
"uid": "jobUid"
}
],
"propagateConfirmedToTm": true,
"targetSegmentationRule": {
"id": "1"
},
"callbackUrl": "https://my-shiny-service.com/consumeCallback"
}
must match pattern ((inline|attachment); )?(filename\*=UTF-8''(.+)|filename="?(.+)"?)