Capabilities
Get the capability summary for a DID method
Returns a compact boolean capability summary for one DID method. This endpoint is intended for client feature gating.
get/methods/{method}/capabilities/summary
Parameters
./common-components.yml#/components/parameters/CorrelationId — unresolved $ref
Response
Method capability summary retrieved successfully.
Example response
{
"method": "web",
"canCreate": true,
"canUpdate": true,
"canDeactivate": true,
"canDelete": true,
"isImmutable": false,
"isMutable": true,
"supportsKeyManagement": true,
"supportsServiceManagement": true,
"allowsCaching": true
}