{
"id": "social.colibri.beta.notification.updateSeen",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"seenAt"
],
"properties": {
"seenAt": {
"type": "string",
"format": "datetime",
"description": "Notifications raised at or before this time are marked seen."
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "AuthRequired",
"description": "The request has no valid service auth."
}
],
"output": {
"schema": {
"type": "object",
"required": [
"unread"
],
"properties": {
"unread": {
"type": "integer",
"description": "Number of unread notifications remaining."
}
}
},
"encoding": "application/json"
},
"description": "Marks every notification raised at or before a point in time seen."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:mprdjqjluoswa7awzggaggj3
- CID
-
bafyreibtmd23l3htb3djsskb2s4cr7e3bandybfr5ub2cbx7idgn5ty5xy
- Indexed At
- 2026-08-23 12:32 UTC
- AT-URI
-
at://did:plc:mprdjqjluoswa7awzggaggj3/com.atproto.lexicon.schema/social.colibri.beta.notification.updateSeen