PUT
/
api2
/
v1
/
projects
/
{projectUid}
/
mtSettings
Edit machine translate settings
curl --request PUT \
  --url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/mtSettings \
  --header 'Content-Type: application/json' \
  --data '{
  "machineTranslateSettings": {
    "id": "<string>"
  }
}'
{
  "mtSettingsPerLangList": [
    {
      "targetLang": "<string>",
      "machineTranslateSettings": {
        "id": "<string>",
        "uid": "<string>",
        "baseName": "<string>",
        "name": "<string>",
        "type": "<string>",
        "category": "<string>",
        "default_": true,
        "includeTags": true,
        "mtQualityEstimation": true,
        "enabled": true,
        "args": {},
        "langs": {
          "id": "<string>",
          "sourceLang": "<string>",
          "targetLangs": [
            "<string>"
          ]
        }
      }
    }
  ]
}

Path Parameters

projectUid
string
required

Body

application/json

Response

200
application/json

successful operation

The response is of type object.