Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> Co-authored-by: rafael <rafael@blueskyweb.xyz>
28 lines
636 B
JSON
28 lines
636 B
JSON
{
|
|
"lexicon": 1,
|
|
"id": "app.bsky.notification.getPreferences",
|
|
"defs": {
|
|
"main": {
|
|
"type": "query",
|
|
"description": "Get notification-related preferences for an account. Requires auth.",
|
|
"parameters": {
|
|
"type": "params",
|
|
"properties": {}
|
|
},
|
|
"output": {
|
|
"encoding": "application/json",
|
|
"schema": {
|
|
"type": "object",
|
|
"required": ["preferences"],
|
|
"properties": {
|
|
"preferences": {
|
|
"type": "ref",
|
|
"ref": "app.bsky.notification.defs#preferences"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|