Manage Game

Create a new game

post/api/manageGame/createGame

Request body

gameNamestring required

The name of the game to be created

derivativestring required

The name of the derivative to be used

templateNamestring required

The name of the template to be applied

Response

Game creation result.

Changes