1
votes

I am using Swashbuckle Swagger in my Web API project. By default all the controllers are listed on the same page?

enter image description here

Is there any way that I can have separate URLs for each controller, and each URL would only show operations for that controller?

1
I don't think there is an out of the box solution for your requirement. You can however take the original swagger ui and customize it the way you want as described in this post. - venerik

1 Answers

0
votes

As option you can put your controller in different directories.