Swagger nestjs parameters

@nestjs/swagger 1 swagger-autogen 2 swagger-ui-express 3 swagger editor 4 Hint To explicitly set the body definition use the @ApiBody() decorator (imported from the @nestjs/swagger package). Based on the CreateCatDto, the following model definition Swagger UI will be created: As you can see, the definition is empty although the class has a few declared properties. 5 API Tag 8 — Create (Post /api/demo) In Swagger, we need to create a Dto to show the body we expect from the user. We will update the automatically created file when creating. 6 Documenting NestJS APIs With Swagger 7 Integrating Swagger with NestJS 8 Types and Parameters 9 Setting Up Swagger for Your Backend 10 When I open the page in Swagger, it says there are no parameters available. 12