My APIs have both the GET and POST method for the same endpoint. But the swagger documentation that gets created only displays the second one (I wrote annotations for GET method and then POST. So swagger only displays the POST one). Could you help me solve it?
My APIs have both the GET and POST method for the same endpoint. But the swagger documentation that gets created only displays the second one (I wrote annotations for GET method and then POST. So swagger only displays the POST one). Could you help me solve it?