Closed hugorplobo closed 1 year ago
Hi, I'm trying to use a zod object as a form-data params in my route:
But the swagger ui doesn't send the fields. Do I need to specify how the fields need to be sent? How can I do that?
Hi @hugorplobo
Yes, you need to add the params in the URL. i.e., "/register/:param" at the top.
"/register/:param"
Hi, I'm trying to use a zod object as a form-data params in my route:
But the swagger ui doesn't send the fields. Do I need to specify how the fields need to be sent? How can I do that?