POST
/
api
/
v1
/
cubic
/
resetGame
Reset Game
curl --request POST \
  --url http://50.187.81.221:4000/api/v1/cubic/resetGame \
  --header 'Content-Type: application/json' \
  --data '{
  "gameID": "uniqueGame123"
}'

Body

application/json

Information required to reset a game, primarily the game ID.

Data transfer object for resetting a game to its initial state.

Response

201

Game successfully reset.