The whole hunk
from line 1095, old and new numbered
/
lines
from line 1095
10951095override. Groups without overrides inherit the organization limits and
10961096are not listed; use `GET /v1/organizations/rate_limits` to see those.
10971097
1098This endpoint currently returns every matching entry in a single page
1099regardless of `limit`; follow `next_page` so that clients keep working
1100when pagination is enabled.
1098When `limit` is omitted, every matching entry is returned in a single
1099page; when `limit` truncates the result, follow `next_page` to fetch
1100the remaining entries.
11011101
11021102#### Path parameters
11031103
from line 1127
11271127
11281128 Maximum number of items to return per page. Ranges from `1` to `1000`.
11291129
1130 Accepted for request-shape compatibility and currently ignored: every entry is returned in a single page.
1130 When omitted, every remaining entry is returned in a single page and `next_page` is `null`.
11311131
11321132 maximum: 1000, minimum: 1
11331133
from line 1193
11931193
11941194- `next_page: string or null`
11951195
1196 Token to provide in as `page` in the subsequent request to retrieve the next page of data.
1196 Opaque cursor for the next page of results, or `null` when no entries remain beyond this response.
11971197
11981198#### Example
11991199