summaryrefslogtreecommitdiff
path: root/releasenotes/notes/fix-fields-missing-from-next-url-fd9fddf8e70b65ea.yaml
blob: dc10ea8c2b6b36715e1e21f2ac4a3842a634108d (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.