atproto blogging
1{
2 "lexicon": 1,
3 "id": "app.bsky.notification.putPreferences",
4 "defs": {
5 "main": {
6 "type": "procedure",
7 "description": "Set notification-related preferences for an account. Requires auth.",
8 "input": {
9 "encoding": "application/json",
10 "schema": {
11 "type": "object",
12 "required": [
13 "priority"
14 ],
15 "properties": {
16 "priority": {
17 "type": "boolean"
18 }
19 }
20 }
21 }
22 }
23 }
24}