POST
/
api2
/
v1
/
transMemories
/
{transMemoryUid}
/
import
Import segments
curl --request POST \
  --url https://cloud.memsource.com/web/api2/v1/transMemories/{transMemoryUid}/import \
  --header 'Content-Disposition: <content-disposition>' \
  --header 'Content-Type: application/octet-stream' \
  --data '{}'
{
  "acceptedSegmentsCount": 123,
  "createdSegmentsCount": 123,
  "updatedSegmentsCount": 123,
  "skippedSegmentsCount": 123
}

Headers

Content-Length
integer
Content-Disposition
string
required

must match pattern ((inline|attachment); )?filename\*=UTF-8''(.+)

Path Parameters

transMemoryUid
string
required

Query Parameters

strictLangMatching
boolean
default:false
stripNativeCodes
boolean
default:true
excludeNotConfirmedSegments
boolean
default:false

Body

Response

200
application/json

successful operation

The response is of type object.