59f70dbe80
* Tweak lexicon descriptions * Tweak birthdate * Update lexicons/app/bsky/actor/getProfiles.json Co-authored-by: devin ivy <devinivy@gmail.com> * Regenerate packages from lexicons --------- Co-authored-by: devin ivy <devinivy@gmail.com>
24 lines
528 B
JSON
24 lines
528 B
JSON
{
|
|
"lexicon": 1,
|
|
"id": "app.bsky.actor.putPreferences",
|
|
"defs": {
|
|
"main": {
|
|
"type": "procedure",
|
|
"description": "Set the private preferences attached to the account.",
|
|
"input": {
|
|
"encoding": "application/json",
|
|
"schema": {
|
|
"type": "object",
|
|
"required": ["preferences"],
|
|
"properties": {
|
|
"preferences": {
|
|
"type": "ref",
|
|
"ref": "app.bsky.actor.defs#preferences"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|