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
api.json inside this repository contains the correct description:
{ "in": "query", "name": "q", "schema": { "type": "string" }, "description": "Filter results by using NOT, AND and OR operations on other filters" },
However, the live hosted REST API docs do not reflect this change:
{ "in": "query", "name": "q", "schema": { "type": "string" } },
The change was released in pulpcore v3.59.
The text was updated successfully, but these errors were encountered:
https://pulpproject.org/pulpcore/restapi/#tag/Access_Policies/operation/access_policies_list (see the "q" filter)
Sorry, something went wrong.
Fix rest_api spec being fetched from outdated link
b94853d
Closes: pulp#84
5ad6933
Successfully merging a pull request may close this issue.
api.json inside this repository contains the correct description:
However, the live hosted REST API docs do not reflect this change:
The change was released in pulpcore v3.59.
The text was updated successfully, but these errors were encountered: