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 try to document my not-so-restful API using Swagger. I therefore need to overload paths. Because this is not supported (I found some discussions to that topic), I added parameters to the paths:
I try to document my not-so-restful API using Swagger. I therefore need to overload paths. Because this is not supported (I found some discussions to that topic), I added parameters to the paths:
If I try to run a request against second endpoint, I end up with an incorrect querystring:
http://localhost:8003/item/1?action=pdf?template=awesome
I know this is an inherited error because defining paths this way is not intended but maybe you can fix it anyway.
Maybe there is already an existing issue but I can't find it anymore (sorry).
Marco
The text was updated successfully, but these errors were encountered: