atproto blogging
1{
2 "lexicon": 1,
3 "id": "app.bsky.actor.getPreferences",
4 "defs": {
5 "main": {
6 "type": "query",
7 "description": "Get private preferences attached to the current account. Expected use is synchronization between multiple devices, and import/export during account migration. Requires auth.",
8 "parameters": {
9 "type": "params",
10 "properties": {}
11 },
12 "output": {
13 "encoding": "application/json",
14 "schema": {
15 "type": "object",
16 "required": [
17 "preferences"
18 ],
19 "properties": {
20 "preferences": {
21 "type": "ref",
22 "ref": "app.bsky.actor.defs#preferences"
23 }
24 }
25 }
26 }
27 }
28 }
29}