From 84596c63702325432ca5259cf0a4457aba60a2ae Mon Sep 17 00:00:00 2001 From: Krishna Iyer Date: Mon, 25 Nov 2024 17:02:15 +0100 Subject: [PATCH] doc: Add note on limits (#1389) --- doc/content/api/concepts/pagination/_index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/content/api/concepts/pagination/_index.md b/doc/content/api/concepts/pagination/_index.md index 4aafcdf32e..20d7db3295 100644 --- a/doc/content/api/concepts/pagination/_index.md +++ b/doc/content/api/concepts/pagination/_index.md @@ -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.