Entertainment

API to manage entertainment services.

List entertainment.

get

List all available entertainment resources.

Authorizations
hue-application-keystringRequired
Responses
chevron-right
200

Entertainment Success Response

application/json
get
/clip/v2/resource/entertainment

Get entertainment.

get

Get details of a single entertainment resource from its given {entertainmentId}.

Authorizations
hue-application-keystringRequired
Path parameters
entertainmentIdstringRequired

ID of the entertainment

Responses
chevron-right
200

Entertainment Success Response

application/json
get
/clip/v2/resource/entertainment/{entertainmentId}

Update entertainment.

put

Update a single entertainment resource from its given {entertainmentId}.

Authorizations
hue-application-keystringRequired
Path parameters
entertainmentIdstringRequired

ID of the entertainment

Body
typestringOptional

Type of the supported resources (always entertainment here)

Responses
chevron-right
200

Success

application/json
put
/clip/v2/resource/entertainment/{entertainmentId}

Last updated

Was this helpful?