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
Below is the Postman request where I'm attempting to send an array of objects but I'm not getting the desired response from it after returning req.body from an api built using fastify and formzilla lib. I was expecting an array of objects but it is simply returning key-value pairs.
The text was updated successfully, but these errors were encountered:
Hi Prateek, currently this functionality is not supported, but I will see if it can be implemented. Can you share a sample repo with a mock implementation of your /s3-upload-documents endpoint?
Thank you @FlameWolf for this library.
I was wondering if it is at all possible to send an array of objects in the request body where an object may contain both file fields and text fields?
Following is an example OpenAPI spec request.
Below is the Postman request where I'm attempting to send an array of objects but I'm not getting the desired response from it after returning req.body from an api built using fastify and formzilla lib. I was expecting an array of objects but it is simply returning key-value pairs.
The text was updated successfully, but these errors were encountered: