social.colibri.notification.updateSeenForMessage

colibri.social

Documentation

Marks notifications for a specific message as seen.

main procedure

Marks notifications for a specific message as seen.

Parameters

message stringat-uri Required

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

Output

Encodingapplication/json
updated integer Required

No description available.

Errors

AuthRequired Missing, malformed, or unverifiable service auth.
Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://bsky.social)
View raw schema
{
  "type": "procedure",
  "errors": [
    {
      "name": "AuthRequired",
      "description": "Missing, malformed, or unverifiable service auth."
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "updated"
      ],
      "properties": {
        "updated": {
          "type": "integer"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "message"
    ],
    "properties": {
      "message": {
        "type": "string",
        "format": "at-uri"
      }
    }
  },
  "description": "Marks notifications for a specific message as seen."
}

Lexicon Garden

@