Skip to content

Force pagination to max out at the maximum limit#119

Merged
onecrayon merged 2 commits intomainfrom
bugfix/88-exceed-pagination-limit
Aug 29, 2025
Merged

Force pagination to max out at the maximum limit#119
onecrayon merged 2 commits intomainfrom
bugfix/88-exceed-pagination-limit

Conversation

@onecrayon
Copy link
Owner

If the user passes in a number in excess of the max limit, we just use the max. This ensures that the endpoint returns without a validation error getting generated by the internal Pydantic logic.

Closes #88.

If the user passes in a number in excess of the max limit, we just use the max. This ensures that the endpoint returns without a validation error getting generated by the internal Pydantic logic.

Closes #88.
@onecrayon onecrayon merged commit 505da24 into main Aug 29, 2025
2 checks passed
@onecrayon onecrayon deleted the bugfix/88-exceed-pagination-limit branch August 29, 2025 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: "Limit" parameters over 100 are resulting in a server error

1 participant