AAC Go Fish
AAC Team Sec2 - API Docs
Download OpenAPI specification:Download
This API controls basic lobby functionality of the AAC game
Join Lobby
Joins a player to a lobby by its unique game code, returning new player information.
Request Body schema: application/json
Lobby Code
code | Array of arrays |
Responses
Request samples
- Payload
Content type
application/json
{- "code": [
- "Patty",
- "Cheese",
- "Tomato"
]
}
Response samples
- 200
Content type
application/json
{- "id": "3e6b52bf-23ae-4f50-ba84-ad35ed1df31b"
}