app.standard-reader.markAllRead

standard-reader.app

Documentation

Mark all unread articles in effective follow set as read.

main procedure

Mark all unread articles in effective follow set as read.

Input

Encodingapplication/json

Output

Encodingapplication/json
documentUris array Required

No description available.

markedCount integer Required

No description available.

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)
Enter valid JSON for the request body
View raw schema
{
  "type": "procedure",
  "input": {
    "schema": {
      "type": "object",
      "properties": {}
    },
    "encoding": "application/json"
  },
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "markedCount",
        "documentUris"
      ],
      "properties": {
        "markedCount": {
          "type": "integer"
        },
        "documentUris": {
          "type": "array",
          "items": {
            "type": "string",
            "format": "at-uri"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Mark all unread articles in effective follow set as read."
}

Lexicon Garden

@