You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This endpoint will be called whenever a Minecraft user's rank changes, and their display role on Palace's discord needs to be changed. The body should contain the minecraftUUID and the rank they're changing to, as a lowercase string.
If there is an error - the UUID doesn't exist, the rank doesn't exist, etc. - return a message that explains the issue.
If it succeds, return success: true.
The text was updated successfully, but these errors were encountered:
This endpoint will be called whenever a Minecraft user's rank changes, and their display role on Palace's discord needs to be changed. The body should contain the minecraftUUID and the rank they're changing to, as a lowercase string.
If there is an error - the UUID doesn't exist, the rank doesn't exist, etc. - return a message that explains the issue.
If it succeds, return
success: true
.The text was updated successfully, but these errors were encountered: