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
In Swagger UI I can set empty value to a property in RequestBody ("multipart/form-data"), but I cannot ignore the property and not send this to server.
Describe the solution you'd like
I want have an opertunity to mark (checkbox) a property in RequestBody to send or ignore (if this property is not required).
The text was updated successfully, but these errors were encountered:
Content & configuration
Openapi v3, "multipart/form-data" in requestBody.
Is your feature request related to a problem?
In Swagger UI I can set empty value to a property in RequestBody ("multipart/form-data"), but I cannot ignore the property and not send this to server.
Describe the solution you'd like
I want have an opertunity to mark (checkbox) a property in RequestBody to send or ignore (if this property is not required).
The text was updated successfully, but these errors were encountered: