We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39a6261 commit f2f566fCopy full SHA for f2f566f
content/openapi/types-and-parameters.md
@@ -358,7 +358,7 @@ class CreateCatDto {}
358
359
The model above will be translated into the `CreateCatRequest` schema.
360
361
-By default, no description is added to the generated schema. You can add one like this
+By default, no description is added to the generated schema. You can add one using the `description` attribute:
362
363
```typescript
364
@ApiSchema({ description: 'Description of the CreateCatDto schema' })
0 commit comments