Backfill in-progress. Some lexicons and records may be missing or incomplete.

chat.bsky.convo.updateAllRead

bsky-lexicons.bsky.social

Documentation

main procedure

Input

Encodingapplication/json
status string Optional

No description provided.

Output

Encodingapplication/json
updatedCount integer Required

The count of updated convos.

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": {
        "status": {
          "type": "string",
          "knownValues": [
            "request",
            "accepted"
          ]
        }
      }
    },
    "encoding": "application/json"
  },
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "updatedCount"
      ],
      "properties": {
        "updatedCount": {
          "type": "integer",
          "description": "The count of updated convos."
        }
      }
    },
    "encoding": "application/json"
  }
}

Lexicon Garden

@