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

MatterFabric

API to manage Matter fabric configuration.

List Matter fabric.

get

List all available Matter fabric resources.

Authorizations
hue-application-keystringRequired
Responses
200

MatterFabric Success Response

application/json
get/clip/v2/resource/matter_fabric

Get matter fabric.

get

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

Authorizations
hue-application-keystringRequired
Path parameters
matterFabricIdstringRequired

ID of the matter fabric

Responses
200

MatterFabric Success Response

application/json
get/clip/v2/resource/matter_fabric/{matterFabricId}

Update matter fabric.

put

Update a single matter fabric resource from its given {matterFabricId}.

Authorizations
hue-application-keystringRequired
Path parameters
matterFabricIdstringRequired

ID of the matter fabric

Body
typestringOptional

Type of the supported resources (always matter_fabric here)

Responses
200

Success

application/json
put/clip/v2/resource/matter_fabric/{matterFabricId}

Last updated

Was this helpful?