Admin Models

Create or update translation for a locale

Upserts a translation for a model in a given locale

put/admin/models/{id}/translations/{locale}

Path parameters

idstring required

Model ID

localestring required

Locale code (e.g. es-419, fr-FR)

Request body

namestring

Translated model name

descriptionstring

Translated model description

firstMsgstring

Translated first message

userFirstMsgHelpstring

Translated user first message help

defaultScenarioInitialMessagestring

Translated default scenario initial message

hobbiesstring

Translated hobbies (comma-separated)

Response

Translation saved successfully

Changes

No recorded changes to this endpoint across all 1 revision of this API.