Update a Language Code

put

/content/management/api/v1.1/l10n/languageCodes/{code}

Updates a language code with the given payload.

Request

Supported Media Types
Path Parameters
Query Parameters
Header Parameters
Body ()
Updates a language code details with the given information in the payload. Only description will be updated, all other fields will be ignored even if given in the payload. Description should be maximum of 128 characters.
Root Schema : LanguageBean
Type: object
Show Source
Nested Schema : date
Type: object
date
Show Source
Back to Top

Response

Supported Media Types

200 Response

OK.
Body ()
Root Schema : LanguageBean
Type: object
Show Source
Nested Schema : date
Type: object
date
Show Source

400 Response

Bad request.

404 Response

Not found.

500 Response

Internal server error.
Back to Top