Skip to main content

POST session/switch

Update session record to indicate change of server.

Note

This is a privileged endpoint. Only authorised queries will be processed.

Parameters

uuid string
The UUID for the Minecraft user.

server string
The server the user has switched into.

Examples

{
"uuid": "0af03841-2894-434c-a4be-965b317244e8", // shadowolfyt
"server": "Survival"
}

Response

{
"success": true
}

shadowolfyt has switched server to Survival.