Skip to content

Commit

Permalink
doc: Add note on limits
Browse files Browse the repository at this point in the history
  • Loading branch information
KrishnaIyer committed Nov 25, 2024
1 parent 0f3c454 commit 11e0c20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/content/api/concepts/pagination/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ This section explains how pagination works with HTTP (REST) APIs. For other APIs
1. `limit`: The number of objects returned per page (at a time).
2. `page`: The number of the page. A value of `0` is interpreted as the first page.

{{< note "If the request does not set a `limit` value, the default limit set for the RPC is used." />}}

In the following example, there are 10 gateways accessible by the `admin` user in a {{% tts %}} cluster.

Let's list these gateways with a limit of 2 per page.
Expand Down

0 comments on commit 11e0c20

Please sign in to comment.