Path Parameters
Body
application/json
Required array length:
1 - 2147483647 elementsResponse
No Content
curl --request POST \
--url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/targetLangs \
--header 'Content-Type: application/json' \
--data '{
"targetLangs": [
"<string>"
]
}'Add target languages to project
curl --request POST \
--url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/targetLangs \
--header 'Content-Type: application/json' \
--data '{
"targetLangs": [
"<string>"
]
}'1 - 2147483647 elementsNo Content
Was this page helpful?