configuration / system / web

CLI REST-API

web-timeout

Web-Timeout
This is a read-write object and valid values are signed integers.

Datatype-Help:
value must be a signed number.



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

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:
{
  "web-timeout": 0
}

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