0
larsfk created
Hi!
Is there a way to disable a endpoint in swagger so that the user don't see it in the swagger docs, but can still be accessed by other classes in the project?
Thanks!
3 Answer(s)
-
0
but can still be accessed by other classes in the project?
What does it mean?
-
0
I have a service that is shown in Swagger-docs with all the endpoint. But I would like to hide some of these endpoints because they are just used by other classes, like TokenAuthController, in another project-folder. Is there a way to hide some of the endpoints from Swagger docs?
-
1