Skip to content

Commit

Permalink
Update content/openapi/types-and-parameters.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec authored Dec 4, 2024
1 parent 39a6261 commit f2f566f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/openapi/types-and-parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ class CreateCatDto {}

The model above will be translated into the `CreateCatRequest` schema.

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:

```typescript
@ApiSchema({ description: 'Description of the CreateCatDto schema' })
Expand Down

0 comments on commit f2f566f

Please sign in to comment.