configuration / system

CLI REST-API

display

The submenu display (Display Configuration) contains the following:

Menus:
timezone (timezone)

Objects:
front-panel-light-enabled (front-panel-light-enabled)

Commands: none



See also:
/configuration/system/display/timezone: timezone
/configuration/system/display/front-panel-light-enabled: front-panel-light-enabled

REST-API Support:


This menu is supported by the REST API:

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


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


Method: PATCH
URL: /api/configuration/system/display
Body:
{
  \"objects\": \"new-values\"
}

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