pyeve / eve-swagger

Swagger extension for Eve-powered RESTful APIs
http://python-eve.org
Other
154 stars 43 forks source link

QueryProjections does not exist on document (?) #117

Open keko950 opened 3 years ago

keko950 commented 3 years ago

Hi! I'm having an issuewith the api-docs. When i expand a resource in the api-docs UI i get the next error:

Could not resolve reference: Could not resolve pointer: /components/parameters/QueryProjections does not exist in document.

I found out that if i remove this line of code from paths.py:

`

line 124 paths.py

{"$ref": "#/components/parameters/query__projections"}, `

It wont fail, but it wont show the query projection neither. So, i'm missing something? Only happening to me?

stale[bot] commented 2 years ago

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.