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

chat.bsky.moderation.updateActorAccess

bsky-lexicons.bsky.social

Documentation

main procedure

Input

Encodingapplication/json
actor stringdid Required

A decentralized identifier (DID).

allowAccess boolean Required

No description provided.

ref string Optional

No description provided.

Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://bsky.social)
Enter valid JSON for the request body
View raw schema
{
  "type": "procedure",
  "input": {
    "schema": {
      "type": "object",
      "required": [
        "actor",
        "allowAccess"
      ],
      "properties": {
        "ref": {
          "type": "string"
        },
        "actor": {
          "type": "string",
          "format": "did"
        },
        "allowAccess": {
          "type": "boolean"
        }
      }
    },
    "encoding": "application/json"
  }
}

Lexicon Garden

@