games.gamesgamesgamesgames.reviewClaim

lexicon.store View official

Documentation

Submit a review decision for an ownership claim.

main procedure

Submit a review decision for an ownership claim.

Input

Encodingapplication/json
approvedGames array Optional

No description available.

reason string Optional

No description available.

maxGraphemes: 3000 graphemes
status string Required

No description available.

Output

Encodingapplication/json
uri stringat-uri Required

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

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": [
        "claim",
        "status"
      ],
      "properties": {
        "claim": {
          "ref": "com.atproto.repo.strongRef",
          "type": "ref"
        },
        "reason": {
          "type": "string",
          "maxGraphemes": 3000
        },
        "status": {
          "type": "string",
          "knownValues": [
            "approved",
            "denied"
          ]
        },
        "approvedGames": {
          "type": "array",
          "items": {
            "type": "string",
            "format": "at-uri"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "uri"
      ],
      "properties": {
        "uri": {
          "type": "string",
          "format": "at-uri"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Submit a review decision for an ownership claim."
}

Lexicon Garden

@