The whole hunk
from line 8, old and new numbered
/
lines
from line 8
88override. Groups without overrides inherit the organization limits and
99are not listed; use `GET /v1/organizations/rate_limits` to see those.
1010
11This endpoint currently returns every matching entry in a single page
12regardless of `limit`; follow `next_page` so that clients keep working
13when pagination is enabled.
11When `limit` is omitted, every matching entry is returned in a single
12page; when `limit` truncates the result, follow `next_page` to fetch
13the remaining entries.
1414
1515## Path parameters
1616
from line 40
4040
4141 Maximum number of items to return per page. Ranges from `1` to `1000`.
4242
43 Accepted for request-shape compatibility and currently ignored: every entry is returned in a single page.
43 When omitted, every remaining entry is returned in a single page and `next_page` is `null`.
4444
4545 maximum: 1000, minimum: 1
4646
from line 106
106106
107107- `next_page: string or null`
108108
109 Token to provide in as `page` in the subsequent request to retrieve the next page of data.
109 Opaque cursor for the next page of results, or `null` when no entries remain beyond this response.
110110
111111## Example
112112