From 021301ff676e797f7f606ab633a5fd1b55310c1f Mon Sep 17 00:00:00 2001 From: Weiming Chen Date: Tue, 29 Oct 2024 11:33:17 +1100 Subject: [PATCH] fix wrong description --- docs/api/public-rest.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/public-rest.mdx b/docs/api/public-rest.mdx index 08e7268..54b2925 100644 --- a/docs/api/public-rest.mdx +++ b/docs/api/public-rest.mdx @@ -150,7 +150,7 @@ This would yield the following response: | nsfw `(OPTIONAL)` | boolean \| enum `(None, Soft, Mature, X)` | Filter to images that contain mature content flags or not (undefined returns all) | | sort `(OPTIONAL)` | enum `(Most Reactions, Most Comments, Newest)` | The order in which you wish to sort the results | | period `(OPTIONAL)`| enum `(AllTime, Year, Month, Week, Day)` | The time frame in which the images will be sorted | -| page `(OPTIONAL)` | number | The page from which to start fetching creators | +| page `(OPTIONAL)` | number | The page from which to start fetching images | #### Response Fields @@ -2765,4 +2765,4 @@ This would yield the following response: } ``` - \ No newline at end of file +