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:17 -06:00
committed by GitHub
parent 960bb62788
commit 9766e110e4
3 changed files with 5 additions and 14 deletions

View File

@@ -45,7 +45,7 @@ set to the value of `next_token`. This will return a new page.
If the endpoint does not return a `next_token` then there are no more reports to
paginate through.
**URL parameters:**
**Query parameters:**
* `limit`: integer - Is optional but is used for pagination, denoting the maximum number
of items to return in this call. Defaults to `100`.