Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

token

The session token obtained when connecting.

packageid

String package id.

filter

Optional. The filter delimits the set of segments that are enabled for the update. Put null if the xliff shall be used to update the entire job

Body

Xliff file should be uploaded as a body binary. Below is presented how it should be done in postman.

USING POSTMAN

The following screenshots give an idea how to use the Google Chrome plugin "Postman" to submit a file. We suppose that you already have obtained a connection token.

...

The method returns JSON and HTTP status 200. Other HTTP status values indicate an error.

COMMIT CHANGES

After the successful addition of the file, you need to commit changes, otherwise, changes will not be accepted.

URL

Code Block
(PUT) /api/texts/package/xliff/upload?token={token}&packageid={packageid}&filter={filter}

Parameters should be the same as for the previous method, except for the fact that you don't need to send any file.

RESULTS

The method returns JSON and HTTP status 200. Other HTTP status values indicate an error.