API Documentation
- Additional Workflow Step
- Analysis
- Async Request
- Authentication
- Bilingual File
- Business Unit
- Buyer
- Client
- Connector
- Conversations
- Cost Center
- Custom Fields
- Custom File Type
- Domain
- Due Date Scheme
- Email Template
- File
- Glossary
- Import settings
- Job
- Language AI
- Language Quality Assessment
- Machine Translation
- Machine Translation Settings
- Mapping
- Net Rate Scheme
- Notifications
- Price List
- Project
- Project Reference File
- Project Template
- Provider
- Quality Assurance
- Quote
- SCIM
- Segmentation Rules
- Service
- Spell Check
- SubDomain
- Supported Languages
- Term Base
- Translation
- Translation Memory
- POSTSearch translation memory for segment by job
- GETList translation memories
- POSTCreate translation memory
- DELDelete translation memories (batch)
- GETDownload cleaned TM
- GETDownload export
- POSTExtract cleaned translation memory
- GETGet translation memory
- PUTEdit translation memory
- DELDelete translation memory
- POSTSearch translation memory
- GETGet last task information
- GETGet translation memory metadata
- GETList related projects
- POSTSearch translation memory (sync)
- POSTInsert segment
- DELDelete all segments
- PUTEdit segment
- DELDelete both source and translation
- DELDelete segment of given language
- POSTAdd target language to translation memory
- POSTWildcard search
- POSTExport translation memory
- POSTImport TMX
- DELDelete all segments.
- POST
- User
- Vendor
- Webhook
- Workflow changes
- Workflow Step
- XML Assistant
Translation Memory
Add target language to translation memory
POST
/
api2
/
v1
/
transMemories
/
{transMemoryUid}
/
targetLanguages
Add target language to translation memory
Copy
Ask AI
curl --request POST \
--url https://cloud.memsource.com/web/api2/v1/transMemories/{transMemoryUid}/targetLanguages \
--header 'Content-Type: application/json' \
--data '{
"language": "<string>"
}'
Copy
Ask AI
{
"id": "<string>",
"uid": "<string>",
"internalId": 123,
"name": "<string>",
"sourceLang": "<string>",
"targetLangs": [
"<string>"
],
"client": {
"id": "<string>",
"uid": "<string>",
"name": "<string>"
},
"businessUnit": {
"name": "<string>",
"id": "<string>",
"uid": "<string>"
},
"domain": {
"name": "<string>",
"id": "<string>",
"uid": "<string>"
},
"subDomain": {
"name": "<string>",
"id": "<string>",
"uid": "<string>"
},
"note": "<string>",
"dateCreated": "2023-11-07T05:31:56Z",
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"owner": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
}
}
Path Parameters
Body
application/json
Response
201
application/json
Created
The response is of type object
.
Was this page helpful?
Add target language to translation memory
Copy
Ask AI
curl --request POST \
--url https://cloud.memsource.com/web/api2/v1/transMemories/{transMemoryUid}/targetLanguages \
--header 'Content-Type: application/json' \
--data '{
"language": "<string>"
}'
Copy
Ask AI
{
"id": "<string>",
"uid": "<string>",
"internalId": 123,
"name": "<string>",
"sourceLang": "<string>",
"targetLangs": [
"<string>"
],
"client": {
"id": "<string>",
"uid": "<string>",
"name": "<string>"
},
"businessUnit": {
"name": "<string>",
"id": "<string>",
"uid": "<string>"
},
"domain": {
"name": "<string>",
"id": "<string>",
"uid": "<string>"
},
"subDomain": {
"name": "<string>",
"id": "<string>",
"uid": "<string>"
},
"note": "<string>",
"dateCreated": "2023-11-07T05:31:56Z",
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"owner": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
}
}
Assistant
Responses are generated using AI and may contain mistakes.