MatterFabric

API to manage Matter fabric configuration.

List Matter fabric.

get

List all available Matter fabric resources.

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

Success

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

Last updated

Was this helpful?