com.suibari.nagi.requestNewsReview

suibari.com

Documentation

本人のPDSに作成したニュースレコードを非同期審査へ送る。

main procedure

本人のPDSに作成したニュースレコードを非同期審査へ送る。

Input

Encodingapplication/json

Output

Encodingapplication/json
status string Required

No description available.

Known values: pending, processing, approved, rejected, failed, cancelled

Errors

AuthRequired
RateLimited
InvalidRecord
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": [
        "subject"
      ],
      "properties": {
        "subject": {
          "ref": "com.atproto.repo.strongRef",
          "type": "ref"
        }
      }
    },
    "encoding": "application/json"
  },
  "errors": [
    {
      "name": "AuthRequired"
    },
    {
      "name": "RateLimited"
    },
    {
      "name": "InvalidRecord"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "status"
      ],
      "properties": {
        "status": {
          "type": "string",
          "knownValues": [
            "pending",
            "processing",
            "approved",
            "rejected",
            "failed",
            "cancelled"
          ]
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "本人のPDSに作成したニュースレコードを非同期審査へ送る。"
}

Lexicon Garden

@