We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As mentioned here the UploadedFile and FileInterceptor should be documented via Swagger directly.
However it's not the case.
This is my controller:
@Post() @UseInterceptors(FileInterceptor('filename')) async upload(@UploadedFile() file) { console.log(file) }
Swagger is working fine for the others routes, but this is how its displayed
What I expected is something like that supported natively by swagger.
Thanks a lot guys !
The text was updated successfully, but these errors were encountered:
Duplicate of nestjs/swagger#122
Sorry, something went wrong.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
No branches or pull requests
As mentioned here the UploadedFile and FileInterceptor should be documented via Swagger directly.
However it's not the case.
This is my controller:
Swagger is working fine for the others routes, but this is how its displayed
What I expected is something like that supported natively by swagger.
Thanks a lot guys !
The text was updated successfully, but these errors were encountered: