Import segments
Deprecated. Imports TMX or XLSX segments into an existing TM via an octet-stream body. The Content-Disposition header must supply a filename so the format can be determined. Returns counts of accepted, created, updated and skipped segments.
Authorizations
Get a token from auth/login endpoint and then pass it in the Authorization HTTP header in every subsequent API call. For more information visit our help center.
Headers
Content length of the uploaded file
must match pattern ((inline|attachment); )?filename\*=UTF-8''(.+)
Path Parameters
Translation memory UID
Query Parameters
Require exact locale match for import (default: false)
Strip native TM codes from imported segments (default: true)
Skip unconfirmed segments during import (default: false)
Body
The body is of type object.
Response
OK
Result of a TM segment import with counts of accepted, created, updated and skipped segments
Number of segments accepted by the import
Number of new segments created during import
Number of segments skipped during import
Number of existing segments updated during import