social.colibri.beta.notification.updateSeenForMessage

colibri.social

{
  "id": "social.colibri.beta.notification.updateSeenForMessage",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "channel",
            "message"
          ],
          "properties": {
            "channel": {
              "type": "string",
              "format": "space-ref",
              "description": "The channel the message was posted in."
            },
            "message": {
              "ref": "social.colibri.beta.defs#recordRef",
              "type": "ref",
              "description": "The message whose notifications are marked seen."
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "AuthRequired",
          "description": "The request has no valid service auth."
        },
        {
          "name": "ChannelNotFound",
          "description": "No channel matches the given space reference."
        },
        {
          "name": "MessageNotFound",
          "description": "No message matches the given record reference in that channel."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "unread"
          ],
          "properties": {
            "unread": {
              "type": "integer",
              "description": "Number of unread notifications remaining."
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Marks the notifications raised by one message seen."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.colibri.beta.notification.updateSeenForMessage

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:mprdjqjluoswa7awzggaggj3
CID
bafyreif2qtx4s5abtaie7pefhyrz62mhhag2wrtzqfvagcpu6cyq7rhsrm
Indexed At
2026-08-23 12:32 UTC
AT-URI
at://did:plc:mprdjqjluoswa7awzggaggj3/com.atproto.lexicon.schema/social.colibri.beta.notification.updateSeenForMessage

Referenced Schemas (1)

Lexicon Garden

@