v2

latestOpenAPI 3.1.12026-07-2613060964.2 KB

Commit Translation

Commit all files changes to make them live.

patch/v1/{workspace}/translation/commit/

Path parameters

workspacestring required

Workspace slug (staging, production, etc.)

Query parameters

commit_messagestring

Commit message describing the changes

Response

Translations committed successfully

Example response

{
  "results": [
    {
      "filename": "en.json",
      "locale": "en",
      "locale_name": "English",
      "namespace": "task",
      "action": "added"
    }
  ]
}