v2
latestOpenAPI 3.1.12026-07-2613060964.2 KBRollback Translation
Rollback translations to a previous version. This will replace all files with what was available at the previous version.
post/v1/{workspace}/translation/version/{version_no}/rollback/
Path parameters
workspacestring required
Workspace slug (staging, production, etc.)
version_nointeger required
Version number to rollback to
Response
Details of available translation files after rollback.
Example response
{
"results": [
{
"filename": "en.json",
"locale": "en",
"locale_name": "English",
"namespace": "task",
"action": "added"
}
]
}