⭐️ lobbies.ready
Description
Marks the current lobby as ready to accept connections. Players will not be able to connect to this lobby until the lobby is flagged as ready.
This endpoint requires a lobby token for authentication, or a development namespace token for mock responses. When running on Rivet servers, you can access the given lobby token from the RIVET_TOKEN
environment variable.
Code Examples
Request
POST
https://api.rivet.gg/matchmaker/lobbies/readycurl -X POST 'https://api.rivet.gg/matchmaker/lobbies/ready'
Request Parameters
Response Body
Empty response body.