POST
/
api2
/
v1
/
projects
/
{projectUid}
/
targetLangs
curl --request POST \
  --url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/targetLangs \
  --header 'Content-Type: application/json' \
  --data '{
  "targetLangs": [
    "<string>"
  ]
}'

Path Parameters

projectUid
string
required

Body

application/json

Response

204

No Content