v1

latestOpenAPI 3.0.02026-07-17181216.2 KB
Game

Create a new game with id

post/game/{id}

Path parameters

idstring required

Unique Game ID

Request body

uidstring
gamestring
variantstring
instring
outstring
soundboolean
podiumboolean
autoswitchboolean
cricketrandomboolean
cricketghostboolean

Example request

{
  "uid": "dascr",
  "player": [
    1,
    2
  ],
  "game": "x01",
  "variant": "501",
  "in": "straight",
  "out": "double",
  "sound": true
}

Response

successful operation

uidstring
playerinteger[]
gamestring
variantstring
instring
outstring
soundboolean
podiumboolean
autoswitchboolean
cricketrandomboolean
cricketghostboolean