BellButton

API to manage bell button services.

List bell buttons.

get

List all available bell button resources.

Authorizations
hue-application-keystringRequired
Responses
chevron-right
200

BellButton Success Response

application/json
get
/clip/v2/resource/bell_button

Get bell button.

get

Get details of a single bell button resource from its given {bellButtonId}.

Authorizations
hue-application-keystringRequired
Path parameters
bellButtonIdstringRequired

ID of the bell button

Responses
chevron-right
200

BellButton Success Response

application/json
get
/clip/v2/resource/bell_button/{bellButtonId}

Update bell button.

put

Update a single bell button resource from its given {bellButtonId}.

Authorizations
hue-application-keystringRequired
Path parameters
bellButtonIdstringRequired

ID of the bell button

Body
typestringOptional

Type of the supported resources (always bell_button here)

Responses
chevron-right
200

Success

application/json
put
/clip/v2/resource/bell_button/{bellButtonId}

Last updated

Was this helpful?