Sanmoy Paul
Sanmoy Paul
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...
I dont have any query parameters,I just have body in my POST call { "field1":"string" } and my action is like this /api/analytics/jobs POST call In swagger it is appearing...
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 = { name: 'createTask', description: 'It will create a Task and will return an id in reponse', summary: 'It will create a Task and will return an id in...
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...
latest version of swagger will resolve the above issue