Skip to content
New issue

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

how to specify file upload parameter #111

Closed
ma3yta opened this issue Aug 21, 2020 · 3 comments
Closed

how to specify file upload parameter #111

ma3yta opened this issue Aug 21, 2020 · 3 comments
Labels
4.0 azure-extension-up enhancement open api Open API and Swagger UI related issue

Comments

@ma3yta
Copy link

ma3yta commented Aug 21, 2020

https://swagger.io/docs/specification/2-0/file-upload/
https://swagger.io/docs/specification/describing-request-body/file-upload/

[OpenApiRequestBody("multipart/form-data", typeof(IFormFile))] doesn't work

@justinyoo
Copy link
Contributor

@ma3yta The content type of multipart/form-data is not supported yet.

@justinyoo justinyoo added enhancement open api Open API and Swagger UI related issue 3.0 3.0 implementation labels Aug 25, 2020
@justinyoo
Copy link
Contributor

Related to #71

@justinyoo
Copy link
Contributor

Please follow Azure/azure-functions-openapi-extension#18 for future WIP

@ma3yta ma3yta closed this as completed May 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.0 azure-extension-up enhancement open api Open API and Swagger UI related issue
Projects
None yet
Development

No branches or pull requests

2 participants