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 0d782f1 commit 2295a46Copy full SHA for 2295a46
content/openapi/types-and-parameters.md
@@ -9,7 +9,7 @@ async create(@Body() createCatDto: CreateCatDto) {
9
}
10
```
11
12
-> info **Hint** To explicitly set the body definition use the `@ApiBody()` decorator (`@nestjs/swagger` package).
+> 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:
15
0 commit comments