Signs a PLC operation to update some value(s) in the requesting DID's document.
Input
Encoding
application/jsonalsoKnownAs
array
Optional
No description provided.
rotationKeys
array
Optional
No description provided.
services
unknown
Optional
No description provided.
token
string
Optional
A token received through com.atproto.identity.requestPlcOperationSignature
verificationMethods
unknown
Optional
No description provided.
Output
Encoding
application/jsonoperation
unknown
Required
A signed DID PLC operation.
Try It
Direct PDS XRPC methods (com.atproto.*) are disabled in Try It for security reasons.
View raw schema
{
"type": "procedure",
"input": {
"schema": {
"type": "object",
"properties": {
"token": {
"type": "string",
"description": "A token received through com.atproto.identity.requestPlcOperationSignature"
},
"services": {
"type": "unknown"
},
"alsoKnownAs": {
"type": "array",
"items": {
"type": "string"
}
},
"rotationKeys": {
"type": "array",
"items": {
"type": "string"
}
},
"verificationMethods": {
"type": "unknown"
}
}
},
"encoding": "application/json"
},
"output": {
"schema": {
"type": "object",
"required": [
"operation"
],
"properties": {
"operation": {
"type": "unknown",
"description": "A signed DID PLC operation."
}
}
},
"encoding": "application/json"
},
"description": "Signs a PLC operation to update some value(s) in the requesting DID's document."
}