532681d5c0
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
31 lines
701 B
JSON
31 lines
701 B
JSON
{
|
|
"id": "app.bsky.notification.getPreferences",
|
|
"defs": {
|
|
"main": {
|
|
"type": "query",
|
|
"output": {
|
|
"schema": {
|
|
"type": "object",
|
|
"required": [
|
|
"preferences"
|
|
],
|
|
"properties": {
|
|
"preferences": {
|
|
"ref": "app.bsky.notification.defs#preferences",
|
|
"type": "ref"
|
|
}
|
|
}
|
|
},
|
|
"encoding": "application/json"
|
|
},
|
|
"parameters": {
|
|
"type": "params",
|
|
"properties": {}
|
|
},
|
|
"description": "Get notification-related preferences for an account. Requires auth."
|
|
}
|
|
},
|
|
"$type": "com.atproto.lexicon.schema",
|
|
"lexicon": 1
|
|
}
|