social.smallbury.notification.markRead

lexicon.pds.smallbury.social

Documentation

Mark one or more notifications as read for the authenticated viewer.

main procedure

Mark one or more notifications as read for the authenticated viewer.

Input

Encodingapplication/json
ids array Required

No description available.

maxLength: 100 itemsminLength: 1 items

Output

Encodingapplication/json
updatedCount 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",
      "required": [
        "ids"
      ],
      "properties": {
        "ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "maxLength": 100,
          "minLength": 1
        }
      }
    },
    "encoding": "application/json"
  },
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "updatedCount"
      ],
      "properties": {
        "updatedCount": {
          "type": "integer",
          "minimum": 0
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Mark one or more notifications as read for the authenticated viewer."
}

Lexicon Garden

@