1
0

Apply suggestions from code review

Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
This commit is contained in:
Travis Ralston
2025-05-02 11:02:28 -06:00
committed by GitHub
parent 9766e110e4
commit 2584a6fe8f

View File

@@ -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.