Skip to main content
POST
/
admin
/
translationregistry
/
translation
/
save
{
  "success": true,
  "data": "<unknown>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
itemTypeCode
string | null
default:COUNTRY

Item type code, example: "COUNTRY", "VERB", "EDITORYRULETYPETITLE", "EDITORYRULETYPEDESCRIPTION", etc.

itemRecordID
integer<int32>
default:1

This is the actual record ID of the item being translated. Example: 1 for United States, 2 for Mexico, etc.

languageID
integer<int32>
default:1

This is the language ID that the translation is being saved for. Example: 1 for English, 2 for Spanish, etc.

textToUpdate
string | null
default:United States

This is the value being saved for the translation. Example: "United States" for English, "Estados Unidos" for Spanish, etc.

Response

Success

success
boolean
data
unknown