You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 9, 2025. It is now read-only.
Currently if there is a schema validation error, the router will throw org.mule.module.apikit.exception.BadRequestException which only has information about one validation error. It would be helpful to include all the validations errors, so that the client will know everything that is wrong with a given request.