configuration / system

CLI REST-API

web

The submenu web (web configuration) contains the following:

Menus: none

Objects:
language (Language)
auto-expand-menues (Auto-Expand-Menues)
web-timeout (Web-Timeout)

Commands: none



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

REST-API Support:


This menu 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:
{
  \"objects\": \"new-values\"
}

Example using curl:
curl -X PATCH /api/configuration/system/web
-d "{
  \"objects\": \"new-values\"
}"