Openapi query params
I'm experimenting with openapi docs. I have:
But this gives:
I'm not sure where it's getting the "path" bit for this query param?
1 Reply
It turns out that query params have to be nested under request.query, rather that request.params. It seems that the "in" bit it redundant in that case? But anyway - at least I have something that works now
I would mark this as solved, but I can't see how to do it 🙂
ah, got it