-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
question from sanmoy27 #17
Comments
Also I have put call in order to upload a file,I cannot change the content-type to applucation/binary instead of application/json and also the option to choose file is not appearing.Please help |
I believe that uploads are fairly limited (buggy) with the version of swagger that is used. You'll just have to settle for POSTMAN/etc in the meanwhile. |
Can you provide a more detailed example of how exactly you are defining your parameters? |
I dont have any query parameters,I just have body in my POST call I just want.to pass this field only in body |
Yes I know multipart form upload is buggy in swagger so for now is it possible to bring the choose file option field in swagger |
exports.createTask = {
}; |
In post call I have there is a field named field1 which is mandatory to be provided in the body,which is mentioned as inputs field1:{required: true} but in swagger this input field is going as query parameter. |
latest version of swagger will resolve the above issue |
@sanmoy27
The text was updated successfully, but these errors were encountered: