You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should be able to create a game using the following endpoint:
POST /:user_id/games/
This endpoint should accept the following data:
name
dimension
rows
columns
currency
Also It should create an empty new Game(see Game Schema #16 ) using Empty values for every node, etc.
Finally, this endpoint returns the new game created.
The text was updated successfully, but these errors were encountered:
We should be able to create a game using the following endpoint:
/:user_id/games/
This endpoint should accept the following data:
Also It should create an empty new
Game
(see Game Schema #16 ) usingEmpty
values for every node, etc.Finally, this endpoint returns the new game created.
The text was updated successfully, but these errors were encountered: