app.didpic.notification.updateSeen

lexicons.didpic.app

{
  "id": "app.didpic.notification.updateSeen",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "seenAt"
          ],
          "properties": {
            "token": {
              "type": "string",
              "description": "Caller's push token. When supplied and bound to the viewer, the response carries the post-update device badge."
            },
            "seenAt": {
              "type": "string",
              "format": "datetime"
            }
          }
        },
        "encoding": "application/json"
      },
      "output": {
        "schema": {
          "type": "object",
          "properties": {
            "badge": {
              "type": "integer",
              "minimum": 0,
              "description": "Device-wide unread sum across every DID bound to the supplied token."
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Mark notifications as seen up to seenAt."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.didpic.notification.updateSeen

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:an2jtp4jgkkbtmwfzhpbxawd
CID
bafyreianba75ywxil6xizm3vtm4o445nc3ltrvnwjv5uaihbfyhfw3ylji
Indexed At
2026-05-18 02:59 UTC
AT-URI
at://did:plc:an2jtp4jgkkbtmwfzhpbxawd/com.atproto.lexicon.schema/app.didpic.notification.updateSeen

Version History (3 versions)

Lexicon Garden

@