Setup Language
Create
Create a new Setup Language record.
post/api/cp/setup/lang
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
Successful response
Example response
{
"id": 12345,
"status": "OK"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.