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

Zone

API to manage zones. Zones group services and each service can be part of multiple zones.

List zones

get

List all available zones

Authorizations
hue-application-keystringRequired
Responses
200

Zone Success Response

application/json
get/clip/v2/resource/zone

Create zone

post

Create a new zone

Authorizations
hue-application-keystringRequired
Body
typestringOptional

Type of the supported resources (always room here)

Responses
200

Success

application/json
post/clip/v2/resource/zone

Get Zone.

get

Get details of a single Zone from its given {zoneId}

Authorizations
hue-application-keystringRequired
Path parameters
zoneIdstringRequired

ID of the Zone

Responses
200

Zone Success Response

application/json
get/clip/v2/resource/zone/{zoneId}

Update Zone

put

Update a single Zone from its given {zoneId}

Authorizations
hue-application-keystringRequired
Path parameters
zoneIdstringRequired

ID of the Zone

Body
typestringOptional

Type of the supported resources (always room here)

Responses
200

Success

application/json
put/clip/v2/resource/zone/{zoneId}

Delete Zone

delete

Delete a single Zone from its given {zoneId}

Authorizations
hue-application-keystringRequired
Path parameters
zoneIdstringRequired

ID of the Zone

Responses
200

Success

application/json
delete/clip/v2/resource/zone/{zoneId}

Last updated

Was this helpful?