Skip to main content
PATCH
/
v1
/
{workspace}
/
translation
/
commit
/
Commit Translation
curl -X PATCH "https://management-api.suprsend.com/v1/{workspace}/translation/commit/" \
  --header 'Authorization: ServiceToken <token>'
{
  "meta": {
    "count": 2,
    "limit": 10,
    "offset": 0
  },
  "results": [
    {
      "filename": "en.json",
      "locale": "en",
      "locale_name": "English",
      "namespace": null,
      "action": "unchanged",
      "updated_at": "2025-10-30T12:23:50.380614Z"
    },
    {
      "filename": "fr.json",
      "locale": "fr",
      "locale_name": "French",
      "namespace": null,
      "action": "added",
      "updated_at": "2025-10-28T07:59:43.397124Z"
    }
  ]
}

Authorizations

ServiceToken <token>
string
header
required

You can get Service Token from SuprSend dashboard -> Account Settings -> Service Tokens section.

Path Parameters

workspace
string
required

Workspace slug (staging, production, etc.)

Query Parameters

commit_message
string

Commit message describing the changes

Response

Translations committed successfully

meta
object
results
object[]