I want to hide some schemas from the Swagger documentation page in NestJS. I have already checked the issue but it is for hiding all the schemas.
I want to show only few schemas in the documentation page. I have tried renaming the DTO
from file name and Class names but the schema is not hiding.
How to hide particular Schemas/models that are shown in end of swagger documentation page in NestJS?
Asked
Active
Viewed 199 times
1

Suhail Akhtar
- 1,718
- 15
- 29