kestra
kestra copied to clipboard
fix(webserver): enforce pagination
What changes are being made and why?
- Added missing constraints at
page
/size
query params. - Enforced pagination via
PageableUtils
.
Taking the constraints route felt like the correct way - it is declarative & improves the OpenAPI definition.
closes #4977