RUAL Documentation

PUT /_system/language

Update a single language translation

Update a single language translation
Key Type Example Description
authorization required string
"Bearer access_token"
Access token
Key Type Example Description
key required string
"example-string"
Translation key
language required string
"example-string"
Language code
translation required string
"example-string"
Translation value
{ "msg": "ok" }
{ "error": "ERROR" }
Status Error Code Description
400 ERROR Bad request - missing body
401 INVALID_ACCESS_TOKEN Authentication required or invalid token
Permission Description
Bearer token Access token required via Authorization header, x-authtoken, x-token, query param, or cookie
language_update Required scope: language_update

Back to Language Management Return to the Language Management category to view other endpoints All API Categories Browse all available API categories