From 40ba4d0491398e6f7b7031d0654af58d8088f26d Mon Sep 17 00:00:00 2001 From: Tushar Goel Date: Thu, 11 Jun 2026 12:04:53 +0530 Subject: [PATCH] Update API V3 docs Signed-off-by: Tushar Goel --- api_v3_usage.rst | 4 ++-- docs/source/api_v3_usage.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api_v3_usage.rst b/api_v3_usage.rst index 23732703c..59e845bd6 100644 --- a/api_v3_usage.rst +++ b/api_v3_usage.rst @@ -20,7 +20,7 @@ In **API v3**, all these capabilities are consolidated into a **single endpoint* Pagination ---------- -Responses from the package endpoint are **always paginated**, with **10 results per page**. +Responses from the package endpoint are **always paginated**, with **100 results per page**. Each response includes: @@ -219,7 +219,7 @@ Retrieve advisories for one or more PURLs: "purls": ["pkg:npm/atob@2.0.3", "pkg:pypi/sample@2.0.0"] } -Responses are paginated (10 results per page) and include ``next`` and ``previous`` links. +Responses are paginated (100 results per page) and include ``next`` and ``previous`` links. Affected-By Advisories Endpoint diff --git a/docs/source/api_v3_usage.rst b/docs/source/api_v3_usage.rst index 60bcc8c14..22451091a 100644 --- a/docs/source/api_v3_usage.rst +++ b/docs/source/api_v3_usage.rst @@ -22,7 +22,7 @@ In **API v3**, all these capabilities are consolidated into a **single endpoint* Pagination ---------- -Responses from the package endpoint are **always paginated**, with **10 results per page**. +Responses from the package endpoint are **always paginated**, with **100 results per page**. Each response includes: @@ -223,7 +223,7 @@ Retrieve advisories for one or more PURLs: "purls": ["pkg:npm/atob@2.0.3", "pkg:pypi/sample@2.0.0"] } -Responses are paginated (10 results per page) and include ``next`` and ``previous`` links. +Responses are paginated (100 results per page) and include ``next`` and ``previous`` links. Affected-By Advisories Endpoint