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

idinteger

Id

keystring required

Key

langstring required

Lang

account_idinteger

Account Id

translationstring

Translation

nonestring

None

singlestring

Single

pluralstring

Plural

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

statusstring

Operation status

Example response

{
  "status": "OK"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.