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.
2 parents 1167e54 + 3649ea3 commit b08f2b0Copy full SHA for b08f2b0
content/openapi/operations.md
@@ -138,7 +138,7 @@ You can enable file upload for a specific method with the `@ApiBody` decorator t
138
description: 'List of cats',
139
type: FileUploadDto,
140
})
141
-uploadFile(@UploadedFile() file) {}
+uploadFile(@UploadedFile() file: Express.Multer.File) {}
142
```
143
144
Where `FileUploadDto` is defined as follows:
0 commit comments