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

Matter

API to manage Matter protocol support.

List Matter.

get

List all available Matter resources.

Authorizations
hue-application-keystringRequired
Responses
200

Matter Success Response

application/json
get/clip/v2/resource/matter

Get matter.

get

Get details of a single matter resource from its given {matterId}.

Authorizations
hue-application-keystringRequired
Path parameters
matterIdstringRequired

ID of the matter

Responses
200

Matter Success Response

application/json
get/clip/v2/resource/matter/{matterId}

Update matter.

put

Update a single matter resource from its given {matterId}.

Authorizations
hue-application-keystringRequired
Path parameters
matterIdstringRequired

ID of the matter

Body
typestringOptional

Type of the supported resources (always matter here)

Responses
200

Success

application/json
put/clip/v2/resource/matter/{matterId}

Last updated

Was this helpful?