canasta
Start Canasta Game
Any participant starts a Canasta game in the chatroom.
Idempotent: if an active game already exists, return it as-is. This prevents race conditions where concurrent /start clicks would each end the previous game and create a new one, effectively killing whoever clicked first.
post/chatrooms/{room_name}/canasta/start
Path parameters
room_namestring required
Headers
authorizationstring nullable
Response
Successful Response
{"stackTrail":"paths:/chatrooms/{room_name}/canasta/start:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
No recorded changes to this endpoint across all 5 revisions of this API.