API
matchmaker.lobbies.setClosed
API
matchmaker.lobbies.setClosed
If is_closed
is true
, players will be prevented from joining the lobby.
Does not shutdown the lobby.
PUT https://matchmaker.api.rivet.gg/v1/lobbies/closed
curl -X PUT -d '@body.json' 'https://matchmaker.api.rivet.gg/v1/lobbies/closed'
Authorizations
Authorization[header]required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
is_closedrequired
boolean
curl -X PUT -d '@body.json' 'https://matchmaker.api.rivet.gg/v1/lobbies/closed'