JavaScript
Translations
Update translations by locale
PUT /translations// updates the translation strings for a given domain and locale, replacing existing content for that locale.
PUT
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The domain you want to retrieve translations for. Only default is supported at the moment
The locale you want to retrieve the translations for
Body
application/json
.po file translation content
The body is of type string.