Add note to player
Add an administrative note to a player's record. ⚠️ This action has a cooldown of 5 seconds, per player.
| Path Parameters |
|---|
uuid uuid — REQUIREDUUID of the player |
| Request Body — REQUIRED |
|---|
note string — REQUIREDNote content to add to player record |
| Responses | ||
|---|---|---|
200successful operation
| ||
404Player not found
| ||
429Too many requests
|