Setup Language
Update
Update an existing Setup Language record by ID.
put/api/cp/setup/lang/{id}
Path parameters
idinteger required
Id identifier
Request body
Example request
{
"id": 12345,
"key": "example_key",
"lang": "example_lang",
"account_id": 1,
"translation": "example_translation",
"none": "example_none",
"single": "example_single",
"plural": "example_plural"
}Response
Operation completed successfully
Example response
{
"status": "OK"
}