configuration / security

CLI REST-API

web

The submenu web (web Configuration) contains the following:
Menus: none

Objects: none

Commands: none



See also:

REST-API Support:


This menu is supported by the REST API:

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


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


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

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