Update player/query

Braydon 2024-04-07 20:41:42 -07:00
parent 848a0ef537
commit 9bd6158871

@ -8,6 +8,12 @@ Retrieve information from Mojang regarding a player by looking up their username
|-------|:------:|-------------------:| |-------|:------:|-------------------:|
| query | string | `Username or UUID` | | query | string | `Username or UUID` |
## Error Codes
| Code | Description |
|---------------------|:--------------------------------------:|
| `400 (BAD_REQUEST)` | The given UUID is malformed |
| `404 (NOT_FOUND)` | The requested player couldn't be found |
## Cache ## Cache
Results are cached for up to `1 hour` Results are cached for up to `1 hour`