Open keko950 opened 3 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.
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?