games.gamesgamesgamesgames.putGame

lexicon.store View official

Documentation

Update an existing game record in the authenticated user's repository.

main procedure

Update an existing game record in the authenticated user's repository.

Input

Encodingapplication/json
ageRatings array Optional

No description available.

alternativeNames array Optional

No description available.

createdAt stringdatetime Optional

An RFC 3339 formatted timestamp.

engines array Optional

No description available.

genres array Optional

No description available.

keywords array Optional

No description available.

languageSupports array Optional

No description available.

media array Optional

No description available.

modes array Optional

No description available.

multiplayerModes array Optional

No description available.

name string Required

No description available.

parent stringat-uri Optional

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

playerPerspectives array Optional

No description available.

releases array Optional

No description available.

shouldPublish boolean Optional

No description available.

storyline string Optional

No description available.

summary string Optional

No description available.

themes array Optional

No description available.

uri stringat-uri Required

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

videos array Optional

No description available.

websites array Optional

No description available.

Output

Encodingapplication/json
cid string Required

No description available.

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": [
        "uri",
        "name"
      ],
      "properties": {
        "uri": {
          "type": "string",
          "format": "at-uri"
        },
        "name": {
          "type": "string"
        },
        "media": {
          "type": "array",
          "items": {
            "ref": "games.gamesgamesgamesgames.defs#mediaItem",
            "type": "ref"
          }
        },
        "modes": {
          "type": "array",
          "items": {
            "ref": "games.gamesgamesgamesgames.defs#mode",
            "type": "ref"
          }
        },
        "genres": {
          "type": "array",
          "items": {
            "ref": "games.gamesgamesgamesgames.defs#genre",
            "type": "ref"
          }
        },
        "parent": {
          "type": "string",
          "format": "at-uri"
        },
        "themes": {
          "type": "array",
          "items": {
            "ref": "games.gamesgamesgamesgames.defs#theme",
            "type": "ref"
          }
        },
        "videos": {
          "type": "array",
          "items": {
            "ref": "games.gamesgamesgamesgames.defs#externalVideo",
            "type": "ref"
          }
        },
        "engines": {
          "type": "array",
          "items": {
            "type": "string",
            "format": "at-uri"
          }
        },
        "summary": {
          "type": "string"
        },
        "keywords": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "releases": {
          "type": "array",
          "items": {
            "ref": "games.gamesgamesgamesgames.defs#release",
            "type": "ref"
          }
        },
        "websites": {
          "type": "array",
          "items": {
            "ref": "games.gamesgamesgamesgames.defs#website",
            "type": "ref"
          }
        },
        "createdAt": {
          "type": "string",
          "format": "datetime"
        },
        "storyline": {
          "type": "string"
        },
        "ageRatings": {
          "type": "array",
          "items": {
            "ref": "games.gamesgamesgamesgames.defs#ageRating",
            "type": "ref"
          }
        },
        "timeToBeat": {
          "ref": "games.gamesgamesgamesgames.defs#timeToBeat",
          "type": "ref"
        },
        "shouldPublish": {
          "type": "boolean"
        },
        "applicationType": {
          "ref": "games.gamesgamesgamesgames.defs#applicationType",
          "type": "ref"
        },
        "alternativeNames": {
          "type": "array",
          "items": {
            "ref": "games.gamesgamesgamesgames.defs#alternativeName",
            "type": "ref"
          }
        },
        "languageSupports": {
          "type": "array",
          "items": {
            "ref": "games.gamesgamesgamesgames.defs#languageSupport",
            "type": "ref"
          }
        },
        "multiplayerModes": {
          "type": "array",
          "items": {
            "ref": "games.gamesgamesgamesgames.defs#multiplayerMode",
            "type": "ref"
          }
        },
        "playerPerspectives": {
          "type": "array",
          "items": {
            "ref": "games.gamesgamesgamesgames.defs#playerPerspective",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "uri",
        "cid"
      ],
      "properties": {
        "cid": {
          "type": "string"
        },
        "uri": {
          "type": "string",
          "format": "at-uri"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Update an existing game record in the authenticated user's repository."
}

Lexicon Garden

@