From 2584a6fe8f4eff99c27f8755dd2b2d77d5ef4a0a Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Fri, 2 May 2025 11:02:28 -0600 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> --- docs/admin_api/room_reports.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin_api/room_reports.md b/docs/admin_api/room_reports.md index 83a03d9131..a0091f8c43 100644 --- a/docs/admin_api/room_reports.md +++ b/docs/admin_api/room_reports.md @@ -40,7 +40,7 @@ It returns a JSON body like the following: ``` To paginate, check for `next_token` and if present, call the endpoint again with `from` -set to the value of `next_token`. This will return a new page. +set to the value of `next_token` and the same `limit`. This will return a new page. If the endpoint does not return a `next_token` then there are no more reports to paginate through.