Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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