curl --request POST \
--url https://cloud.memsource.com/web/api2/v1/transMemories/{transMemoryUid}/segments \
--header 'Content-Type: application/json' \
--data '{
"targetLang": "<string>",
"sourceSegment": "<string>",
"targetSegment": "<string>",
"previousSourceSegment": "<string>",
"nextSourceSegment": "<string>",
"sourceTagMetadata": [
{
"id": "<string>",
"type": "<string>",
"content": "<string>",
"transAttributes": "<string>"
}
],
"targetTagMetadata": [
{
"id": "<string>",
"type": "<string>",
"content": "<string>",
"transAttributes": "<string>"
}
]
}'
curl --request POST \
--url https://cloud.memsource.com/web/api2/v1/transMemories/{transMemoryUid}/segments \
--header 'Content-Type: application/json' \
--data '{
"targetLang": "<string>",
"sourceSegment": "<string>",
"targetSegment": "<string>",
"previousSourceSegment": "<string>",
"nextSourceSegment": "<string>",
"sourceTagMetadata": [
{
"id": "<string>",
"type": "<string>",
"content": "<string>",
"transAttributes": "<string>"
}
],
"targetTagMetadata": [
{
"id": "<string>",
"type": "<string>",
"content": "<string>",
"transAttributes": "<string>"
}
]
}'
No Content
Was this page helpful?