comms-router
comms-router copied to clipboard
Required fields validation
Validate existence of all required fields and avoid NPE.
For methods that have no required fields, we should either allow requests without body or else should return proper error that the body is required, instead of NPE.