The whole hunk
from line 10, old and new numbered
/
lines
from line 10
1010override. Groups without overrides inherit the organization limits and
1111are not listed; use `GET /v1/organizations/rate_limits` to see those.
1212
13This endpoint currently returns every matching entry in a single page
14regardless of `limit`; follow `next_page` so that clients keep working
15when pagination is enabled.
13When `limit` is omitted, every matching entry is returned in a single
14page; when `limit` truncates the result, follow `next_page` to fetch
15the remaining entries.
1616
1717### Path parameters
1818
from line 42
4242
4343 Maximum number of items to return per page. Ranges from `1` to `1000`.
4444
45 Accepted for request-shape compatibility and currently ignored: every entry is returned in a single page.
45 When omitted, every remaining entry is returned in a single page and `next_page` is `null`.
4646
4747 maximum: 1000, minimum: 1
4848
from line 108
108108
109109- `next_page: string or null`
110110
111 Token to provide in as `page` in the subsequent request to retrieve the next page of data.
111 Opaque cursor for the next page of results, or `null` when no entries remain beyond this response.
112112
113113### Example
114114