Backfill in-progress. Some lexicons and records may be missing or incomplete.

com.atproto.identity.signPlcOperation

atproto-lexicons.bsky.social

Documentation

main procedure

Signs a PLC operation to update some value(s) in the requesting DID's document.

Input

Encodingapplication/json
alsoKnownAs 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

Encodingapplication/json
operation unknown Required

A signed DID PLC operation.

Try It

Direct PDS XRPC methods (com.atproto.*) are disabled in Try It for security reasons.

These methods interact directly with Personal Data Servers and require careful handling. Use a dedicated client or CLI tool instead.
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."
}

Lexicon Garden

@