-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels