chat.bsky.notification.putPreferences

bsky-lexicons.bsky.social

Documentation

Set the requesting account's chat notification preferences. Only the provided preferences are updated; omitted preferences are left unchanged.

main procedure

Set the requesting account's chat notification preferences. Only the provided preferences are updated; omitted preferences are left unchanged.

Input

Encodingapplication/json

Output

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",
      "properties": {
        "chat": {
          "ref": "chat.bsky.notification.defs#chatPreference",
          "type": "ref"
        },
        "chatRequest": {
          "ref": "chat.bsky.notification.defs#chatPreference",
          "type": "ref"
        }
      }
    },
    "encoding": "application/json"
  },
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "preferences"
      ],
      "properties": {
        "preferences": {
          "ref": "chat.bsky.notification.defs#preferences",
          "type": "ref"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Set the requesting account's chat notification preferences. Only the provided preferences are updated; omitted preferences are left unchanged."
}

Lexicon Garden

@