We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
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?
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: