Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions api_v3_usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/source/api_v3_usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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
Expand Down