I have a Web API project with tons of services. Initially we used standard API documentation that comes out-of-the-box with ASP.NET.
Now I want to migrate our documentation to Swagger. I use Swashbuckle. I got some very specific issues with the documentation that I don't want to describe.
That said and also because I want to keep my swagger docs clean and high quality I want to find a way to add APIs to swagger one by one.
So, the main question: Can I migrate to swagger adding new APIs to the documentation gradually and keeping my old docs untouched?