2.5 configuration/buttons/identification-method

GET

Since version 2.16

Get the button identification configuration for the serial number.

Responses
200GET successful.
Response (application/json): object
MemberTypeDescription
identificationMode
string

USB identification mode of the ClickShare Button.

Since version: 2.16

supportedIdentificationModes
array

Example: ['ClickShareDefault', 'UniquePerMeetingRoom']

Since version: 2.16

read-only

PATCH

Since version 2.16

Change the button identification configuration for the serial number.

Request body (application/json): object
MemberTypeDescription
identificationMode
string

USB identification mode of the ClickShare Button.

Since version: 2.16

supportedIdentificationModes
array

Example: ['ClickShareDefault', 'UniquePerMeetingRoom']

Since version: 2.16

read-only

Responses
200PATCH successful.