...
- Send the French translation in the body of API method:
(PUT) /api/files/file?token=&locale=fr&folder=&filename=marketing\myfile.docx - Send the Spanish translation in the body of API method:
(PUT) /api/files/file?token=&locale=es&folder=&filename=marketing\myfile.docx - 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"] } } - Send the English original content in the body of API method:
(PUT) /api/files/file?token=&locale=en&folder=&filename=marketing\myfile.docx
Example of a post-editing workflow
...