23 lines
492 B
JSON
23 lines
492 B
JSON
{
|
|
"lexicon": 1,
|
|
"id": "app.bsky.notification.putPreferences",
|
|
"defs": {
|
|
"main": {
|
|
"type": "procedure",
|
|
"description": "Set notification-related preferences for an account. Requires auth.",
|
|
"input": {
|
|
"encoding": "application/json",
|
|
"schema": {
|
|
"type": "object",
|
|
"required": ["priority"],
|
|
"properties": {
|
|
"priority": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|