News

To make the request body optional as per the spec, the Spring annotation should be @RequestBody(required = false) Please note that the request body is still being generated as mandatory even when you ...