configuration / system / web

CLI REST-API

auto-expand-menues

Auto-Expand-Menues
This is a read-write object and valid values are:




See also:
/configuration/system/web: web configuration
/configuration/system/web/language: Language
/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:
{
  "auto-expand-menues": true
}

Example using curl:
curl -X PATCH /api/configuration/system/web -d
{
  "auto-expand-menues": true
}

Valid values when accessing this object via REST API/JSON: false [0], true [1]