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

app.bsky.notification.putPreferences

bsky-lexicons.bsky.social

Documentation

main procedure

Set notification-related preferences for an account. Requires auth.

Input

Encodingapplication/json
priority boolean Required

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": [
        "priority"
      ],
      "properties": {
        "priority": {
          "type": "boolean"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Set notification-related preferences for an account. Requires auth."
}

Lexicon Garden

@