Skip to main content
Replace a public DID document with authorization proof.

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.
timestamp
string
required
The authorization timestamp.
pubkey
string
required
The public authorization key.
signature
string
required
The authorization signature.

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.