From b2cd38a0b1153fc5ded246141df5f30fd261ecf4 Mon Sep 17 00:00:00 2001 From: Matt Jankowski Date: Sun, 9 Nov 2025 10:46:09 -0500 Subject: [PATCH] Clarify that `offset` only applies when `type` also present in search v2 api --- content/en/methods/search.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/methods/search.md b/content/en/methods/search.md index 48b02c742a..c6dfa291a2 100644 --- a/content/en/methods/search.md +++ b/content/en/methods/search.md @@ -71,7 +71,7 @@ limit : Integer. Maximum number of results to return, per type. Defaults to 20 results per category. Max 40 results per category. offset -: Integer. Skip the first n results. +: Integer. Skip the first n results. Only applies when `type` is also present (ignored otherwise). #### Response ##### 200: OK