app.bsky.notification.putPreferences

bsky-lexicons.bsky.social

Documentation

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

main procedure

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

Input

Encodingapplication/json
priority boolean Required

No description available.

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

@