Skip to main content
POST
/
api2
/
v1
/
projects
/
{projectUid}
/
targetLangs
Add target languages
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
targetLangs
string[]
Required array length: 1 - 2147483647 elements

Response

No Content

I