com.atproto.identity.signPlcOperation
POST/xrpc/com.atproto.identity.signPlcOperation
To learn more about calling atproto API endpoints like this one, see the API Hosts and Auth guide.
Signs a PLC operation to update some value(s) in the requesting DID's document.
Request
- application/json
Body
required
token string
A token received through com.atproto.identity.requestPlcOperationSignature
rotationKeys string[]
alsoKnownAs string[]
verificationMethods
services
Responses
- 200
- 400
- 401
OK
- application/json
- Schema
- Example (from schema)
Schema
operation required
{
"operation": {}
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
error stringrequired
Possible values: [InvalidRequest
, ExpiredToken
, InvalidToken
]
message stringrequired
{
"error": "InvalidRequest",
"message": "string"
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
error required
message stringrequired
{
"message": "string"
}
Loading...