PUT
/
api2
/
v1
/
bilingualFiles
Upload bilingual file
curl --request PUT \
  --url https://cloud.memsource.com/web/api2/v1/bilingualFiles \
  --header 'Content-Type: application/octet-stream' \
  --data '{}'
{
  "jobs": [
    {
      "uid": "<string>",
      "status": "NEW",
      "providers": [
        {
          "type": "<string>",
          "id": "<string>",
          "uid": "<string>"
        }
      ],
      "targetLang": "<string>",
      "workflowLevel": 123,
      "workflowStep": {
        "name": "<string>",
        "id": "<string>",
        "uid": "<string>",
        "order": 123,
        "lqaEnabled": true
      },
      "filename": "<string>",
      "dateDue": "2023-11-07T05:31:56Z",
      "dateCreated": "2023-11-07T05:31:56Z",
      "updateSourceDate": "2023-11-07T05:31:56Z",
      "imported": true,
      "jobAssignedEmailTemplate": {},
      "notificationIntervalInMinutes": 123,
      "continuous": true,
      "sourceFileUid": "<string>"
    }
  ],
  "project": {
    "name": "<string>",
    "uid": "<string>"
  }
}

Headers

Content-Disposition
string

Must match the pattern:

((inline|attachment); )?(filename\*=UTF-8''(.+)|filename="?(.+)"?)

Required if the body is a ZIP file.

Query Parameters

format
enum<string>
default:MXLF

Required only when filename is not sent in Content-Disposition header

Available options:
MXLF,
DOCX,
XLIFF
saveToTransMemory
enum<string>
default:Confirmed
Available options:
All,
Confirmed,
None
setCompleted
boolean
default:false

Body

application/octet-stream · object

Either a single file or a ZIP archive

The body is of type object.

Response

200
application/json

successful operation

The response is of type object.