-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.3.10 DXP GA1, Master
-
Fix Version/s: 7.1.10 DXP FP21, 7.1.X, 7.2.10 DXP FP10, 7.2.10.4 DXP SP4, 7.2.X, 7.3.10 DXP FP1, 7.3.10.1 DXP SP1, 7.3.6 CE GA7, 7.3.X, 7.4.13 DXP GA1, Master
-
Component/s: Headless Admin Content API
-
Branch Version/s:7.3.x, 7.2.x, 7.1.x
-
Backported to Branch:Committed
-
Fix Priority:3
-
Git Pull Request:
Steps to Reproduce:
- Login and make sure you have more than 4 sites.
- Navigate to localhost:8080/o/api?endpoint=http://localhost:8080/o/headless-admin-user/v1.0/openapi.json
- Under 'Default' find the /v1.0/my-user-account/sites api.
- Click try it out and execute a request.
- Check the totalCount that is returned.
- Set the pageSize to be less than the totalCount and execute another request.
- Check the totalCount that is returned.
Expected Result:
- The new totalCount should be the same as the first totalCount.
Actual Result:
- The new totalCount is equal to the pageSize and does not reflect the actual totalCount.