com.suibari.nagi.putCommunityAffirmationDismissals

suibari.com

Documentation

main procedure

No description available.

Input

Encodingapplication/json
uris array Required

No description available.

maxLength: 200 items

Output

Encodingapplication/json
accepted integer Required

No description available.

Errors

AuthRequired
InvalidRequest
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": [
        "uris"
      ],
      "properties": {
        "uris": {
          "type": "array",
          "items": {
            "type": "string",
            "format": "at-uri",
            "maxLength": 2048
          },
          "maxLength": 200
        }
      }
    },
    "encoding": "application/json"
  },
  "errors": [
    {
      "name": "AuthRequired"
    },
    {
      "name": "InvalidRequest"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "accepted"
      ],
      "properties": {
        "accepted": {
          "type": "integer",
          "maximum": 200,
          "minimum": 0
        }
      }
    },
    "encoding": "application/json"
  }
}

Lexicon Garden

@