9579bec720
* lexicons: update descriptions in com.atproto.* * lexicons: update descriptions in app.bsky.* * Apply suggestions from code review Thanks Emily! Co-authored-by: Emily Liu <emilyliu7321@gmail.com> * codegen description-only Lexicon updates --------- Co-authored-by: Emily Liu <emilyliu7321@gmail.com>
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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|