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

API and docs mismatch #112

Open
pranavgade20 opened this issue Apr 25, 2022 · 1 comment
Open

API and docs mismatch #112

pranavgade20 opened this issue Apr 25, 2022 · 1 comment

Comments

@pranavgade20
Copy link

https://github.com/sozialhelden/accessibility-cloud/blob/main/app/docs/json-api.md#pagination says that you can request 1000 results at a time, but the API allows limit parameters upto 150000(i.e., returns a sensible error message if the limit is more than 150000). However, if the number of records to be returned are over 1000 and the limit is set to anything over 1000, the server returns a 502 error. This should be changed to return a more descriptive error, perhaps by lowering the 150000 limit to 1000?

@aprmsd
Copy link

aprmsd commented Dec 10, 2022

I am open to resolve this issue.

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

No branches or pull requests

2 participants