configuration / system / web

CLI REST-API

language

Language
This is a read-write object and valid values are:




See also:
/configuration/system/web: web configuration
/configuration/system/web/auto-expand-menues: Auto-Expand-Menues
/configuration/system/web/web-timeout: Web-Timeout

REST-API Support:


This object is supported by the REST API:

Method: GET
URL: /api/configuration/system/web


Example using curl:
curl /api/configuration/system/web


Method: PATCH
URL: /api/configuration/system/web
Body:
{
  "language": "en"
}

Example using curl:
curl -X PATCH /api/configuration/system/web -d
{
  "language": "en"
}