Rollback 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"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 7 revisions of this API.