From 9bd7f21227af4e77669124dac77fb069afc4c562 Mon Sep 17 00:00:00 2001 From: aviau Date: Mon, 8 Sep 2025 17:01:53 -0400 Subject: [PATCH] cookie search: increase page size to 5k --- docs/api-reference/astp/endpoints/post-cookies-search.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-reference/astp/endpoints/post-cookies-search.mdx b/docs/api-reference/astp/endpoints/post-cookies-search.mdx index 3fe5c32..883656d 100644 --- a/docs/api-reference/astp/endpoints/post-cookies-search.mdx +++ b/docs/api-reference/astp/endpoints/post-cookies-search.mdx @@ -49,7 +49,7 @@ See the guide for using this endpoint: - The number of results to fetch. (default: 100, max: 500) + The number of results to fetch. (default: 100, max: 5000)