Files
bsky-social-app/lexicons/app/bsky/notification/updateSeen.json
2026-08-13 12:26:12 -07:00

27 lines
597 B
JSON

{
"id": "app.bsky.notification.updateSeen",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"seenAt"
],
"properties": {
"seenAt": {
"type": "string",
"format": "datetime"
}
}
},
"encoding": "application/json"
},
"description": "Notify server that the requesting account has seen notifications. Requires auth."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}