django-rest-swagger
django-rest-swagger copied to clipboard
The 'file' type is showing 'string'
The parameter which type is 'file' in my API service, but when I use swagger, the document show the type is 'string', and if you wanna try it, it cannot work, because it only accepts string type input. Could anyone know if this is swagger bug? or how to resolve it?