Matter

API to manage Matter protocol support.

List Matter.

get

List all available Matter resources.

Authorizations
hue-application-keystringRequired
Responses
chevron-right
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
chevron-right
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
chevron-right
200

Success

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

Last updated

Was this helpful?