Import Termbase
Generates an asynchronous import operation.<br> Use the Poll Import Termbase endpoint to poll until the import status is done.<br>
Query parameters
Specifies if the entries are only imported into the exact language that matches your imported file.<br> true - The import will only occur if the language in your import file matches exactly with a language in your termbase.<br> false - The import will occur even there are non-matching languages, by trying to match them to a relevant main language or language variant, if available.
The strategy for duplicate entries. Determines how the duplicate entries will be handled.<br> ignore - The content of the current entry with the same identifier will be kept, and the new entry will be ignored<br> merge - The content of the current entry with the same identifier will be merged with the imported entry. If the identifier is not provided the content will be merged by text.<br> overwrite - The content of the current entry with the same identifier will be replaced by the imported entry.
Headers
The bearer access token provided by Auth0.
The identifier of the account where the request is executed.
Response
OK