POST discord/switch
Log a message to a Discord channel when user switches Server.
Note
This is a privileged endpoint. Only authorised queries will be processed.
Parameters
username
string
Users IGN.
server
string
Server display name.
Examples
- Typical
- Invalid
{
"username": "shadowolfyt",
"server": "Survival"
}
Response
{
"success": true
}
A Discord message will be created that says,
"🔀 | shadowolfyt
switched to Survival
"
TODO