"Value is not accepted" error inside of PUT's "parameters > in" declaration
busybox11 opened this issue · 4 comments
I just installed this extension and i am getting errors on my API schema definition.
It appears that the extensions reports the use of body
inside a PUT request parameter as invalid, and apparently only accepts the value path
.
This does not appear to occur with get
requests definitions, as I have some above with the same parameters and do not have the issue here.
Could you please check that you don't have "type" property on your parameter, but instead use "schema"? Feel free to post the entire openapi file if you still have issue with it.
Ah, I do have the type
property. I probably got confused with the documentation.
I'm trying this rn, I'll keep you updated whenever I get something working.
Thanks for the fast reply btw!
It does seem to work now. Thank you for the quick help!
And thanks for the amazing extension, it's already very useful to me haha
You're very welcome! :)