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

com.atproto.identity.submitPlcOperation

atproto-lexicons.bsky.social

Documentation

main procedure

Validates a PLC operation to ensure that it doesn't violate a service's constraints or get the identity into a bad state, then submits it to the PLC registry

Input

Encodingapplication/json
operation unknown Required

No description provided.

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",
      "required": [
        "operation"
      ],
      "properties": {
        "operation": {
          "type": "unknown"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Validates a PLC operation to ensure that it doesn't violate a service's constraints or get the identity into a bad state, then submits it to the PLC registry"
}

Lexicon Garden

@