Translations
Update translations by locale
Update a translation
PUT
/
translations
/
{domain}
/
{locale}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
domain
string
requiredThe domain you want to retrieve translations for. Only default
is supported at the moment
locale
string
requiredThe locale you want to retrieve the translations for
Body
application/json · string
The body is of type string
.