post https://api.nodecraft.studio/v1/game-server/player/leave
Tracks a Player leaving the server. This is used to track the Player's session time and other analytics.
Responses
Tracks a Player leaving the server. This is used to track the Player's session time and other analytics.
xxxxxxxxxx
POST /v1/game-server/player/leave HTTP/1.1
Accept: application/json
Content-Type: application/json
Host: api.nodecraft.studio
Content-Length: 22
​
{"reconnecting":false}
xxxxxxxxxx
{
"code": "game_server.leave.success",
"message": "Player left the server",
"success": true,
"error": false
}