Skip to main content
POST
Start Game

Body

application/json

Information required to start a game, including the game ID and the duration of each turn in seconds.

Data transfer object for initiating a game.

gameID
string
required

The unique identifier of the game to start.

turnLength
number
required

The duration of each turn in seconds.

Response

201

Game successfully started.