API
⭐️ matchmaker.players.disconnected
API
⭐️ matchmaker.players.disconnected
Marks a player as disconnected. # Ghost Players If players are not marked as disconnected, lobbies will result with "ghost players" that the matchmaker thinks exist but are no longer connected to the lobby.
POST https://matchmaker.api.rivet.gg/v1/players/disconnected
curl -X POST -d '@body.json' 'https://matchmaker.api.rivet.gg/v1/players/disconnected'
Authorizations
Authorization[header]required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
player_tokenrequired
string
curl -X POST -d '@body.json' 'https://matchmaker.api.rivet.gg/v1/players/disconnected'