social.colibri.notification.updateSeen

colibri.social

Documentation

Marks all notifications up to a timestamp as seen.

main procedure

Marks all notifications up to a timestamp as seen.

Parameters

seenAt stringdatetime Optional

Defaults to now if omitted.

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",
    "properties": {
      "seenAt": {
        "type": "string",
        "format": "datetime",
        "description": "Defaults to now if omitted."
      }
    }
  },
  "description": "Marks all notifications up to a timestamp as seen."
}

Lexicon Garden

@