This PR consists of fixes for issue with negative PaginationParameter "Limit".
Motivation and Context
This change is required for the correct implementation of the APIs. With this fix, the server now returns "BadRequest" if a negative integer is provided as Limit.
Fixes # (issue)
333
Type of change
Please delete options that are not relevant.
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] This change requires a documentation update
How Has This Been Tested?
The fixes are tested manually with the help of in-buit swagger-ui and with aas-test-engine.
Screenshots (if appropriate):
Checklist:
[x] My code follows the style guidelines of this project
[ ] I have commented my code, particularly in hard-to-understand areas
[ ] I have made corresponding changes to the documentation
[ ] I have added tests that prove my fix is effective or that my feature works
Description
This PR consists of fixes for issue with negative PaginationParameter "Limit".
Motivation and Context
This change is required for the correct implementation of the APIs. With this fix, the server now returns "BadRequest" if a negative integer is provided as Limit.
Fixes # (issue)
333
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
The fixes are tested manually with the help of in-buit swagger-ui and with aas-test-engine.
Screenshots (if appropriate):
Checklist: