Skip to content

API and docs mismatchย #112

@pranavgade20

Description

@pranavgade20

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions