Set the requesting account's chat notification preferences. Only the provided preferences are updated; omitted preferences are left unchanged.
Input
Encoding
application/jsonchat
refchat.bsky.notification.defs#chatPreference
Optional
No description available.
chatRequest
refchat.bsky.notification.defs#chatPreference
Optional
No description available.
Output
Encoding
application/jsonpreferences
refchat.bsky.notification.defs#preferences
Required
No description available.
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",
"properties": {
"chat": {
"ref": "chat.bsky.notification.defs#chatPreference",
"type": "ref"
},
"chatRequest": {
"ref": "chat.bsky.notification.defs#chatPreference",
"type": "ref"
}
}
},
"encoding": "application/json"
},
"output": {
"schema": {
"type": "object",
"required": [
"preferences"
],
"properties": {
"preferences": {
"ref": "chat.bsky.notification.defs#preferences",
"type": "ref"
}
}
},
"encoding": "application/json"
},
"description": "Set the requesting account's chat notification preferences. Only the provided preferences are updated; omitted preferences are left unchanged."
}