Skip to main content
POST
Create Game

Body

application/json

Game creation details including a unique game ID and participating teams.

Data transfer object for creating a new game.

gameID
string
required

A unique identifier for the game instance.

teams
object[]
required

An array of teams participating in the game.

Response

201

Game successfully created.