games

Start Game

Start a format in this room.

Idempotent in the same way Canasta's start is: if a game is already running, return it rather than replacing it. Concurrent taps on a picker would otherwise each kill the previous game, and whoever tapped first would lose.

post/chatrooms/{room_name}/games/start

Path parameters

room_namestring required

Headers

authorizationstring nullable

Request body

game_typestring required
configobject
player_idsstring[] nullable

Response

Successful Response

{"stackTrail":"paths:/chatrooms/{room_name}/games/start:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.