2.14 configuration/features/local-view

GET

Since version 2.16

Get the current state for Local View.

Responses
200GET successful.
Response (application/json): object
MemberTypeDescription
enabled
boolean

Indicates if Local View is enabled or not.

Since version: 2.16

supported
boolean

Shows whether or not Local View is supported for this device.

Since version: 2.16

read-only

PATCH

Since version 2.16

Enable or disable Local View.

Request body (application/json): object
MemberTypeDescription
enabled
boolean

Indicates if Local View is enabled or not.

Since version: 2.16

supported
boolean

Shows whether or not Local View is supported for this device.

Since version: 2.16

read-only

Responses
200PATCH successful.