In my Java app I want to exclude from Swagger documentation some REST APIs conditionally.I can see there is a property hidden=true
which works fine but it's not dynamic. Is there any way to achieve this?
↧
Is there any way to conditionally exclude some paths from Swagger documentation?
↧