From 9c28684758982c89ba0d590baa4f829349360521 Mon Sep 17 00:00:00 2001 From: Jan <66554238+vaporoxx@users.noreply.github.com> Date: Sat, 14 Jan 2023 20:20:21 +0100 Subject: [PATCH] docs: fix type descriptions for getting levels --- docs/endpoints/getGJLevels21.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/endpoints/getGJLevels21.md b/docs/endpoints/getGJLevels21.md index 8593be62d..514b3bd29 100644 --- a/docs/endpoints/getGJLevels21.md +++ b/docs/endpoints/getGJLevels21.md @@ -26,9 +26,9 @@ Gets a list of levels. | type | desc | | ---- | ---- | -| 0 | most liked | +| 0 | level search (uses the `str` parameter for the search query) | | 1 | most downloaded | -| 2 | default for the search button (also most liked) | +| 2 | most liked | | 3 | trending | | 4 | recent | | 5 | user's levels (uses the player ID, **not the account ID,** in the `str` parameter to get which user) |