Perform actions in DID
POST/did-registry/v5/identifiers/:did/actions
Perform actions in DID like checking a controller
Request
Responses
- 200
- 400
- 405
- 406
- 500
- 503
Response
Bad Request. Two distinct shapes are possible: an invalid did path parameter is
rejected before the JSON-RPC body is parsed and returns a Problem Details object
(application/problem+json); an invalid JSON-RPC payload, an unsupported method, or a
checkController execution error returns a JSON-RPC error object (application/json).
Method Not Allowed
Not Acceptable
Internal Server Error
Service Unavailable