Re: Customize swagger paths

2016-09-06 Thread avinash . upadhya28
In Short in My api/servlet there are several micro-services.. I wanted to document these services. Please let me know any suggestions On Tuesday, 6 September 2016 13:13:27 UTC+5:30, avinash@gmail.com wrote: > > Hi Folks, > > I have a servlet which redirects to a appropriate REST resource

Customize swagger paths

2016-09-06 Thread avinash . upadhya28
Hi Folks, I have a servlet which redirects to a appropriate REST resource based on input parameter. So i have annotated all my resource methods with @ApiOperation. But its taking the method name for creating the Resource path.I wanted it to take the Servlet path as the resource path. Can any