Update player/query

Braydon 2024-04-08 00:33:10 -07:00
parent 1ec1e381c7
commit 27d11c0baa

@ -10,8 +10,8 @@ Retrieve information from Mojang regarding a player by looking up their username
## Error Codes ## Error Codes
| Code | Description | | Code | Description |
|---------------------|:--------------------------------------:| |---------------------|:------------------------------------------------------:|
| `400 (BAD_REQUEST)` | The given UUID is malformed | | `400 (BAD_REQUEST)` | The given UUID is malformed or the username is invalid |
| `404 (NOT_FOUND)` | The requested player couldn't be found | | `404 (NOT_FOUND)` | The requested player couldn't be found |
## Cache ## Cache