com.suibari.nagi.updateSeen

suibari.com

Documentation

main procedure

No description available.

Input

Encodingapplication/json
seenAt stringdatetime Required

An RFC 3339 formatted timestamp.

Output

Encodingapplication/json
updated integer Required

No description available.

Errors

AuthRequired
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": [
        "seenAt"
      ],
      "properties": {
        "seenAt": {
          "type": "string",
          "format": "datetime"
        }
      }
    },
    "encoding": "application/json"
  },
  "errors": [
    {
      "name": "AuthRequired"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "updated"
      ],
      "properties": {
        "updated": {
          "type": "integer",
          "minimum": 0
        }
      }
    },
    "encoding": "application/json"
  }
}

Lexicon Garden

@