Versions Compared

Key

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

...

  1. Send the French translation in the body of API method:
    (PUT) /api/files/file?token=&locale=fr&folder=&filename=marketing\myfile.docx
  2. Send the Spanish translation in the body of API method:
    (PUT) /api/files/file?token=&locale=es&folder=&filename=marketing\myfile.docx
  3. Send the instructions file in the body of API method:
    (PUT) /api/files/file?token=&locale=en&folder=&filename=marketing\myfile.docx.beebox

    This file contains Json and is UTF-8 encoded:
    { "align": { "locales": ["fr", "es"]  }  }
  4. Send the English original content in the body of API method:
    (PUT) /api/files/file?token=&locale=en&folder=&filename=marketing\myfile.docx

 API documentation.

Example of a post-editing workflow

...