Skip to content

Description for the "q" filter was not updated in the REST API docs #84

New issue

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

Closed
lubosmj opened this issue Sep 6, 2024 · 1 comment · Fixed by #85
Closed

Description for the "q" filter was not updated in the REST API docs #84

lubosmj opened this issue Sep 6, 2024 · 1 comment · Fixed by #85

Comments

@lubosmj
Copy link
Member

lubosmj commented Sep 6, 2024

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.

@lubosmj
Copy link
Member Author

lubosmj commented Sep 6, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant