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 job's translation memoriesdeprecated
- 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
- GETExport translation memorydeprecated
- POSTSearch translation memory
- POSTImport segmentsdeprecated
- 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
- POST
- User
- Vendor
- Webhook
- Workflow Step
- XML Assistant
Translation Memory
Edit segment
PUT
/
api2
/
v1
/
transMemories
/
{transMemoryUid}
/
segments
/
{segmentId}
Edit segment
Copy
Ask AI
curl --request PUT \
--url https://cloud.memsource.com/web/api2/v1/transMemories/{transMemoryUid}/segments/{segmentId} \
--header 'Content-Type: application/json' \
--data '{
"lang": "<string>",
"text": "<string>"
}'
Body
application/json
Response
204
No Content
Was this page helpful?
Edit segment
Copy
Ask AI
curl --request PUT \
--url https://cloud.memsource.com/web/api2/v1/transMemories/{transMemoryUid}/segments/{segmentId} \
--header 'Content-Type: application/json' \
--data '{
"lang": "<string>",
"text": "<string>"
}'
Assistant
Responses are generated using AI and may contain mistakes.