yuka1984 / azure-functions-extensions-swashbuckle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to enable file upload in swagger using Swashbuckle

pavitrag123 opened this issue · comments

Hi,

I'm using swashbuckle to get swagger for my azure functions . These functions have file upload functionalities and I couldn't get swagger to accept file objects for them. By default, it is only accepting application/json content type but not "multipart/form-data". Any help would be great

Thank you