Mutate player tokens
Add or remove tokens from a player's balance. ⚠️ This action has a cooldown of 5 seconds, per player.
Path Parameters |
---|
uuid uuid — REQUIREDUUID of the player |
Request Body — REQUIRED |
---|
amount integer — REQUIREDAmount of tokens to add or
|
description stringDescription of the token transaction |
Responses | ||
---|---|---|
200 successful operation
| ||
400 Invalid input
| ||
404 Player not found
| ||
429 Too many requests
|