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

aliasstring nullable

Updated alias (null to clear).

canonicalIdstring nullable

Updated canonical ID (null to clear).

Example request

{
  "alias": "renamed-issuer"
}

Response

DID updated successfully.

Did required— unresolved $ref

Changes