Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix results-per-page parameter to not exceed the maximum limit in the V2 API #108

Merged
merged 1 commit into from
Oct 25, 2023

Conversation

NouemanKHAL
Copy link
Member

The results-per-page parameter can be between 1 and 100 in the V2 API.
Since both are using the same input CloudControllerApiBatchSize should handle that differently than the per-page parameter which can be between 1 and 5000 in the V3 API.

@NouemanKHAL NouemanKHAL added the changelog/Fixed Fixed features results into a bug fix version bump label Oct 24, 2023
@NouemanKHAL NouemanKHAL requested a review from a team as a code owner October 24, 2023 13:32
@NouemanKHAL NouemanKHAL merged commit d26188c into master Oct 25, 2023
3 of 4 checks passed
@NouemanKHAL NouemanKHAL deleted the noueman/fix-results-per-page-limit branch October 25, 2023 14:26
@DataDog DataDog deleted a comment from dd-devflow bot Oct 25, 2023
@DataDog DataDog deleted a comment from dd-devflow bot Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog/Fixed Fixed features results into a bug fix version bump mergequeue-status: error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants