Skip to main content
Replace an existing public alias.

Path parameters

did
string
required
The DID that owns the alias.
oldAlias
string
required
The existing alias.

Request body

did
string
required
The DID that owns the alias. It must match the path.
action
string
required
The operation name. Use update_alias.
old_alias
string
required
The existing alias. It must match the path.
new_alias
string
required
The replacement alias.
nonce
string
required
The request nonce.
timestamp
string
required
The request timestamp.
valid_until
string
required
The authorization expiration time.
signer_key_id
string
The public signing-key identifier. Defaults to root.
canonical_payload
string
required
The payload supplied by a Talaria-compatible signer.
signature
string
required
The authorization signature.

Response

202 Accepted means the Directory accepted the request for processing. It does not confirm final settlement.