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

app.bsky.actor.putPreferences

bsky-lexicons.bsky.social

Documentation

main procedure

Set the private preferences attached to the account.

Input

Encodingapplication/json
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": [
        "preferences"
      ],
      "properties": {
        "preferences": {
          "ref": "app.bsky.actor.defs#preferences",
          "type": "ref"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Set the private preferences attached to the account."
}

Lexicon Garden

@