We can use validation middleware to quickly validate inputs for each web service route and action.
This can be done with the express-validator library.
Acceptance Criteria
- Validation added to each route
- Appropriate error messages for each validation error
- OpenAPI documentation updated
We can use validation middleware to quickly validate inputs for each web service route and action.
This can be done with the express-validator library.
Acceptance Criteria