Swagger tools for documenting API's built on ASP.NET Core
MIT License
5.26k
stars
1.32k
forks
source link
[Bug]: When Content-Type is set to multipart/form-data; version=1.0 If you use a swagger request, the data will be requested in the data format of a JSON object. #3127
When Content-Type is set to multipart/form-data; version=1.0 If you use a swagger request, the data will be requested in the data format of a JSON object.
This version appears when used with Asp.Versioning. In fact, there should be a corresponding treatment
Describe the bug
When Content-Type is set to multipart/form-data; version=1.0 If you use a swagger request, the data will be requested in the data format of a JSON object.
This version appears when used with Asp.Versioning. In fact, there should be a corresponding treatment
Expected behavior
No response
Actual behavior
No response
Steps to reproduce
No response
Exception(s) (if any)
No response
Swashbuckle.AspNetCore version
No response
.NET Version
No response
Anything else?
No response