Allocate game server
POST/v1/fleets/:gameId/allocate
Allocates an available game server from the fleet for the given game ID. Returns the server address and port that players should connect to.
Request
Responses
- 200
- 503
- default
Game server allocated successfully.
No available game servers in the fleet.
An unexpected error response.