For the complete documentation index, see llms.txt. This page is also available as Markdown.

Button

API to manage button services. These are offered by devices with buttons.

List buttons.

get

List all available button resources.

Authorizations
hue-application-keystringRequired
Responses
200

Button Success Response

application/json
get/clip/v2/resource/button

Get button.

get

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

Authorizations
hue-application-keystringRequired
Path parameters
buttonIdstringRequired

ID of the button

Responses
200

Button Success Response

application/json
get/clip/v2/resource/button/{buttonId}

Update button.

put

Update a single button resource from its given {buttonId}.

Authorizations
hue-application-keystringRequired
Path parameters
buttonIdstringRequired

ID of the button

Body
typestringOptional

Type of the supported resources (always button here)

Responses
200

Success

application/json
put/clip/v2/resource/button/{buttonId}

Last updated

Was this helpful?