EquivalentIds

Add an equivalent-id entry

Adds an equivalent DID identifier. The request body is the shared single-string body { "value": "<DID>" }; the response exposes the value as equivalentDid.

post/identifiers/{did}/equivalent-ids

Parameters

./common-components.yml#/components/parameters/CorrelationId — unresolved $ref

Request body

valuestring required

The equivalent DID string.

Example request

{
  "value": "did:web:acme.example.com"
}

Response

Equivalent-id entry added successfully.

EquivalentIdEntry required— unresolved $ref

Changes