eclipse-aaspe / server

C# based server for AASX packages
Other
72 stars 52 forks source link

Fix the issue 333 #336

Closed juileetikekar closed 4 months ago

juileetikekar commented 4 months ago

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: