Unable to set request body format to binary in minimal api #45265
Labels
area-web-frameworks
*DEPRECATED* This label is deprecated in favor of the area-mvc and area-minimal labels
Needs: Author Feedback
The author of this issue needs to respond in order for us to continue investigating this issue.
Status: No Recent Activity
Is there an existing issue for this?
Describe the bug
requestBody
inswagger.json
of the code belowis
while
.Accepts<Stream>("application/zip")
leads to
When I want to override
requestBody
by addingI find that it has no effect.
How to set format to
binary
?.NET Version
7.0.100
The text was updated successfully, but these errors were encountered: