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 | ||
|---|---|---|
200successful operation
| ||
400Invalid input
| ||
404Player not found
| ||
429Too many requests
|