app.bsky.notification.putPreferencesV2
Schema Diff
+2 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "app.bsky.notification.putPreferencesV2",
3
3
"defs": {
4
4
"main": {
5
5
"type": "procedure",
6
6
"input": {
7
7
"schema": {
8
8
"type": "object",
9
9
"properties": {
10
10
"chat": {
11
11
"ref": "app.bsky.notification.defs#chatPreference",
12
-
"type": "ref"
12
+
"type": "ref",
13
+
"description": "Deprecated: use chat.bsky.notification preferences instead. Setting this won't stick and the default values will be returned."
13
14
},
14
15
"like": {
15
16
"ref": "app.bsky.notification.defs#filterablePreference",
16
17
"type": "ref"
17
18
},
18
19
"quote": {
19
20
"ref": "app.bsky.notification.defs#filterablePreference",
20
21
"type": "ref"
21
22
},
22
23
"reply": {
23
24
"ref": "app.bsky.notification.defs#filterablePreference",
24
25
"type": "ref"
25
26
},
26
27
"follow": {
27
28
"ref": "app.bsky.notification.defs#filterablePreference",
28
29
"type": "ref"
29
30
},
30
31
"repost": {
31
32
"ref": "app.bsky.notification.defs#filterablePreference",
32
33
"type": "ref"
33
34
},
34
35
"mention": {
35
36
"ref": "app.bsky.notification.defs#filterablePreference",
36
37
"type": "ref"
37
38
},
38
39
"verified": {
39
40
"ref": "app.bsky.notification.defs#preference",
40
41
"type": "ref"
41
42
},
42
43
"unverified": {
43
44
"ref": "app.bsky.notification.defs#preference",
44
45
"type": "ref"
45
46
},
46
47
"likeViaRepost": {
47
48
"ref": "app.bsky.notification.defs#filterablePreference",
48
49
"type": "ref"
49
50
},
50
51
"subscribedPost": {
51
52
"ref": "app.bsky.notification.defs#preference",
52
53
"type": "ref"
53
54
},
54
55
"repostViaRepost": {
55
56
"ref": "app.bsky.notification.defs#filterablePreference",
56
57
"type": "ref"
57
58
},
58
59
"starterpackJoined": {
59
60
"ref": "app.bsky.notification.defs#preference",
60
61
"type": "ref"
61
62
}
62
63
}
63
64
},
64
65
"encoding": "application/json"
65
66
},
66
67
"output": {
67
68
"schema": {
68
69
"type": "object",
69
70
"required": [
70
71
"preferences"
71
72
],
72
73
"properties": {
73
74
"preferences": {
74
75
"ref": "app.bsky.notification.defs#preferences",
75
76
"type": "ref"
76
77
}
77
78
}
78
79
},
79
80
"encoding": "application/json"
80
81
},
81
82
"description": "Set notification-related preferences for an account. Requires auth."
82
83
}
83
84
},
84
85
"$type": "com.atproto.lexicon.schema",
85
86
"lexicon": 1
86
87
}