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
I am wondering how to get the swagger-ui for my server let me do an 'upload-file' request/form. Any ideas or suggestions? I have gotten this type of thing to work in non-js projects that have swagger docs before.
The text was updated successfully, but these errors were encountered:
Hi. It's quiet hard to achieve that, since it requires to apply some hacks to fastify schema.
That how I did that in fastify v2, but maybe it's also something the same in fastify v3. In your route for file upload:
I am wondering how to get the swagger-ui for my server let me do an 'upload-file' request/form. Any ideas or suggestions? I have gotten this type of thing to work in non-js projects that have swagger docs before.
The text was updated successfully, but these errors were encountered: