2.9 configuration/features/blackboard

GET

Get the settings for the blackboarding and annotation functionalities.

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

Allow the clients to enable blackboarding and annotations.

Since version: 2.8

savingEnabled
booleanAllow the clients and plugged in drives to save annotations.
PATCH

Change the blackboard settings.

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

Allow the clients to enable blackboarding and annotations.

Since version: 2.8

savingEnabled
booleanAllow the clients and plugged in drives to save annotations.
Responses
200PATCH successful.