app.thesocialwire.appview.markAllRead

samclemente.me

Documentation

Mark all entries in a scope read in AppView.

main procedure

Mark all entries in a scope read in AppView.

Input

Encodingapplication/json
scope ref#scope Required

No description available.

Output

Encodingapplication/json

Errors

InvalidRequest
UpstreamUnavailable
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",
      "required": [
        "scope"
      ],
      "properties": {
        "scope": {
          "ref": "#scope",
          "type": "ref"
        }
      }
    },
    "encoding": "application/json"
  },
  "errors": [
    {
      "name": "InvalidRequest"
    },
    {
      "name": "UpstreamUnavailable"
    }
  ],
  "output": {
    "schema": {
      "ref": "app.thesocialwire.defs#jsonObject",
      "type": "ref"
    },
    "encoding": "application/json"
  },
  "description": "Mark all entries in a scope read in AppView."
}
scope object

No description available.

Properties

folderRkey string Optional

No description available.

maxLength: 512 bytes
kind string Required

No description available.

maxLength: 32 bytes
Known values: publication, folder, subscribed, following
publicationId string Optional

No description available.

maxLength: 2048 bytes
View raw schema
{
  "type": "object",
  "required": [
    "kind"
  ],
  "properties": {
    "kind": {
      "type": "string",
      "maxLength": 32,
      "knownValues": [
        "publication",
        "folder",
        "subscribed",
        "following"
      ]
    },
    "folderRkey": {
      "type": "string",
      "maxLength": 512
    },
    "publicationId": {
      "type": "string",
      "maxLength": 2048
    }
  }
}

Lexicon Garden

@