summaryrefslogtreecommitdiff
path: root/releasenotes/notes/fix-fields-missing-from-next-url-fd9fddf8e70b65ea.yaml
blob: 51d6c09b7788a1f6b2e06c48f394c3dccb45696c (plain)
1
2
3
4
5
6
7
8
---
fixes:
  - |
    Fixes issue where the resource list API returned results with requested
    fields only until the API ``MAX_LIMIT``. After the API ``MAX_LIMIT`` is
    reached the API started ignoring user requested fields. This fix will make
    sure that the next url generated by the pagination code will include the
    user requested fields as query parameter.