From 27d11c0baaf1834181af3d56e6e13e4e54458c95 Mon Sep 17 00:00:00 2001 From: Braydon Date: Mon, 8 Apr 2024 00:33:10 -0700 Subject: [PATCH] Update player/query --- player%2Fquery.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/player%2Fquery.md b/player%2Fquery.md index 8ccc803..5bcede7 100644 --- a/player%2Fquery.md +++ b/player%2Fquery.md @@ -9,10 +9,10 @@ Retrieve information from Mojang regarding a player by looking up their username | 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 | +| Code | Description | +|---------------------|:------------------------------------------------------:| +| `400 (BAD_REQUEST)` | The given UUID is malformed or the username is invalid | +| `404 (NOT_FOUND)` | The requested player couldn't be found | ## Cache Results are cached for up to `1 hour`