We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2295a46 commit b9f6a63Copy full SHA for b9f6a63
content/openapi/types-and-parameters.md
@@ -11,7 +11,7 @@ async create(@Body() createCatDto: CreateCatDto) {
11
12
> info **Hint** To explicitly set the body definition use the `@ApiBody()` decorator (imported from the `@nestjs/swagger` package).
13
14
-Based on the `CreateCatDto`, the module definition will be created:
+Based on the `CreateCatDto`, the following model definition Swagger UI will be created:
15
16
<figure><img src="/assets/swagger-dto.png" /></figure>
17
0 commit comments