Skip to main content
Replace the public document for a DID.

Request

did
string
required
The DID to update.
did
string
required
The DID to update. It must match the path.
document
object
The replacement public DID document. Provide document or doc_blob.
doc_blob
string
An encoded public DID document. Provide doc_blob or document.

Response

status
string
required
The submission status.
did
string
required
The DID affected by the request.
extrinsic
string
required
The public operation name.
tx_hash
string
required
The submitted transaction hash.
message
string
required
A human-readable submission result.
202 Accepted means the Directory accepted the request for processing. It does not confirm final settlement.