Dids
Partially update a DID
Follows JSON Merge Patch semantics: absent fields are ignored, and explicitly setting a field to null removes it.
patch/identifiers/{did}
Parameters
./common-components.yml#/components/parameters/CorrelationId — unresolved $ref
Request body
Example request
{
"alias": "renamed-issuer"
}Response
DID updated successfully.
Did required— unresolved $ref