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
chevron-right
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
chevron-right
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
chevron-right
200

Success

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

Last updated

Was this helpful?