2.11 configuration/features/digital-signage

GET

Since version 2.16

Get the settings for Digital Signage.

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

Use digital signage instead of the wallpaper.

Since version: 2.16

url
string (uri)

URL of the Digital Signage content provider (only https is supported).

Example: https://digitalsignage.barco.com

Since version: 2.16

PATCH

Since version 2.16

Change the settings for Digital Signage.

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

Use digital signage instead of the wallpaper.

Since version: 2.16

url
string (uri)

URL of the Digital Signage content provider (only https is supported).

Example: https://digitalsignage.barco.com

Since version: 2.16

Responses
200PATCH successful.