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

EntertainmentConfiguration

API to manage entertainment configuration.

List entertainment configuration.

get

List all available entertainment configuration resources.

Authorizations
hue-application-keystringRequired
Responses
200

EntertainmentConfiguration Success Response

application/json
get/clip/v2/resource/entertainment_configuration

Get entertainment configuration.

get

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

Authorizations
hue-application-keystringRequired
Path parameters
entertainmentConfigurationIdstringRequired

ID of the entertainment configuration

Responses
200

EntertainmentConfiguration Success Response

application/json
get/clip/v2/resource/entertainment_configuration/{entertainmentConfigurationId}

Update entertainment configuration.

put

Update a single entertainment configuration resource from its given {entertainmentConfigurationId}.

Authorizations
hue-application-keystringRequired
Path parameters
entertainmentConfigurationIdstringRequired

ID of the entertainment configuration

Body
typestringOptional

Type of the supported resources (always entertainment_configuration here)

configuration_typestring · enumOptionalPossible values:
actionstring · enumOptional

Start or stop streaming.

Possible values:
Responses
200

Success

application/json
put/clip/v2/resource/entertainment_configuration/{entertainmentConfigurationId}

Last updated

Was this helpful?