Create Game Session
Last updated
Last updated
POST /create
The request body should have these following parameters:
roomId : A String
representing the unique identifier for the room.
gameId : A Long
specifying the ID of the game.
roomEntry: A BigDecimal
defining the entry fee for the room.
entryTokenId: A String
indicating the token ID used for entry.
maxPlayers: An Integer
stating the maximum number of players allowed.
isFriendsOnly: A Boolean
to determine if the session is exclusive to friends.
Payload :
Response :
/api/v1/game-sessions/create