svetli-n commented on pull request #9338:
URL: https://github.com/apache/airflow/pull/9338#issuecomment-645665732


   @mik-laj @ephraimbuddy 
   
   setting `maximum: 100` for `PageLimit` results in validation error and 
`response.status_code == 400` when `/api/v1/connections?limit=150` and same 
error with e.g. `/api/v1/connections?limit=0` due to `minimum: 1`
   
   Do we want that behaviour (not IMO) or be lenient and set limit=100 
(default) for both requests?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to