Skip to content

Commit b9f6a63

Browse files
Update content/openapi/types-and-parameters.md
Co-authored-by: John Biundo <[email protected]>
1 parent 2295a46 commit b9f6a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/openapi/types-and-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ async create(@Body() createCatDto: CreateCatDto) {
1111

1212
> info **Hint** To explicitly set the body definition use the `@ApiBody()` decorator (imported from the `@nestjs/swagger` package).
1313
14-
Based on the `CreateCatDto`, the module definition will be created:
14+
Based on the `CreateCatDto`, the following model definition Swagger UI will be created:
1515

1616
<figure><img src="/assets/swagger-dto.png" /></figure>
1717

0 commit comments

Comments
 (0)