Set the private preferences attached to the account.
Input
Encoding
application/jsonpreferences
refapp.bsky.actor.defs#preferences
Required
No description provided.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"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."
}