Files
bsky-social-app/lexicons/app/bsky/actor/putPreferences.json
T
2026-08-13 12:26:12 -07:00

27 lines
593 B
JSON

{
"id": "app.bsky.actor.putPreferences",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"preferences"
],
"properties": {
"preferences": {
"ref": "app.bsky.actor.defs#preferences",
"type": "ref"
}
}
},
"encoding": "application/json"
},
"description": "Set the private preferences attached to the account."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}