Enable capabilities on an existing group
POST/v1/groups/:groupId/capabilities
Enables the capabilities listed in the request body on an existing group. Only the group's primary owner may change capabilities. Each requested capability must be known and not already enabled on the group.
Enabling the "matter" capability turns the group into a Matter fabric,
generating the fabric's Root CA, IPK and CAT IDs (returned in the matter
field).
Request
Responses
- 200
- 400
- 409
- 500
Capabilities enabled successfully
Missing or unknown capabilities, or group not found / not accessible / not owned by the caller
A requested capability is already enabled on the group
Internal server error