Controllers

Add a controller

Adds a controller DID to the DID. The request body is the shared single-string body { "value": "<controller DID>" }; the response exposes the value as controllerDid.

post/identifiers/{did}/controllers

Parameters

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

Request body

valuestring required

The controller DID string.

Example request

{
  "value": "did:web:controller-a.example.com"
}

Response

Controller added successfully.

Controller required— unresolved $ref

Changes