28 lines
728 B
JSON
28 lines
728 B
JSON
{
|
|
"lexicon": 1,
|
|
"id": "app.bsky.actor.getPreferences",
|
|
"defs": {
|
|
"main": {
|
|
"type": "query",
|
|
"description": "Get private preferences attached to the current account. Expected use is synchronization between multiple devices, and import/export during account migration. Requires auth.",
|
|
"parameters": {
|
|
"type": "params",
|
|
"properties": {}
|
|
},
|
|
"output": {
|
|
"encoding": "application/json",
|
|
"schema": {
|
|
"type": "object",
|
|
"required": ["preferences"],
|
|
"properties": {
|
|
"preferences": {
|
|
"type": "ref",
|
|
"ref": "app.bsky.actor.defs#preferences"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|