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 given at least one parameter of type File, the endpoint client should use multipart/form-data request type and include all parameters with their name, including all files.
Extracted from #3130
When given at least one parameter of type
File
, the endpoint client should usemultipart/form-data
request type and include all parameters with their name, including all files.Unit-testing is enough for the client part.
Example usage:
The text was updated successfully, but these errors were encountered: