API
⭐️ matchmaker.lobbies.ready
API
⭐️ matchmaker.lobbies.ready
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.
POST https://matchmaker.api.rivet.gg/v1/lobbies/ready
curl -X POST -d '@body.json' 'https://matchmaker.api.rivet.gg/v1/lobbies/ready'
Authorizations
Authorization[header]required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
curl -X POST -d '@body.json' 'https://matchmaker.api.rivet.gg/v1/lobbies/ready'