games.gamesgamesgamesgames.createClaim

lexicon.store View official

Documentation

Submit a new ownership claim for game or organization records.

main procedure

Submit a new ownership claim for game or organization records.

Input

Encodingapplication/json
contact string Required

No description available.

maxGraphemes: 500 graphemes
games array Optional

No description available.

message string Optional

No description available.

maxGraphemes: 3000 graphemes
org stringat-uri Optional

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

type 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": [
        "type",
        "contact"
      ],
      "properties": {
        "org": {
          "type": "string",
          "format": "at-uri"
        },
        "type": {
          "type": "string"
        },
        "games": {
          "type": "array",
          "items": {
            "type": "string",
            "format": "at-uri"
          }
        },
        "contact": {
          "type": "string",
          "maxGraphemes": 500
        },
        "message": {
          "type": "string",
          "maxGraphemes": 3000
        }
      }
    },
    "encoding": "application/json"
  },
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "uri"
      ],
      "properties": {
        "uri": {
          "type": "string",
          "format": "at-uri"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Submit a new ownership claim for game or organization records."
}

Lexicon Garden

@