You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to describe a PUT request with arbitrary request body and Content-Type (think about a file upload server where you can choose the Content-Type), a "default" catch-all Content-Type needs to be added to content object.
I understand that request with arbitrary body and Content-Type cannot be specified in OpenAPI 2.0 (file type has restrictions on Content-Type).
The text was updated successfully, but these errors were encountered:
When attempting to describe a PUT request with arbitrary request body and Content-Type (think about a file upload server where you can choose the Content-Type), a "default" catch-all Content-Type needs to be added to content object.
I understand that request with arbitrary body and Content-Type cannot be specified in OpenAPI 2.0 (
file
type has restrictions on Content-Type).The text was updated successfully, but these errors were encountered: