games.gamesgamesgamesgames.putGame

gamesgamesgamesgames.games

Documentation

Stores a game record in the user's repo.

main procedure

Stores a game record in the user's repo.

Input

Encodingapplication/json
mode array Optional

No description available.

name string Required

No description available.

summary string Required

No description available.

Output

Encodingapplication/json
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": [
        "name",
        "summary"
      ],
      "properties": {
        "mode": {
          "type": "array",
          "items": {
            "ref": "games.gamesgamesgamesgames.defs#mode",
            "type": "ref"
          }
        },
        "name": {
          "type": "string"
        },
        "summary": {
          "type": "string"
        },
        "applicationType": {
          "ref": "games.gamesgamesgamesgames.defs#applicationType",
          "type": "ref",
          "default": "games.gamesgamesgamesgames.applicationType#game"
        }
      }
    },
    "encoding": "application/json"
  },
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "game"
      ],
      "properties": {
        "game": {
          "ref": "games.gamesgamesgamesgames.defs#gameDetailView",
          "type": "ref"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Stores a game record in the user's repo."
}

Lexicon Garden

@