Files
bsky-social-app/lexicons/app/bsky/notification/putPreferences.json
T
2026-08-13 12:26:12 -07:00

26 lines
557 B
JSON

{
"id": "app.bsky.notification.putPreferences",
"defs": {
"main": {
"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."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}