...
How to keep Swagger documentation up to date
Swagger documentation is now finished for all controllers and all public methods representing API endpoints (except for controllers decorated by [ApiExplorerSettings(IgnoreApi = true)] attribute that are hidden in Swagger UI for security reasons).
Now the question is how to keep the Swagger documentation up to date,... in progress