-
Notifications
You must be signed in to change notification settings - Fork 61
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
OpenAPI support for query parameters #98
Comments
I think the Open API parameters should be implemented in @rsinger86 Could you take a look please ? |
I get next error with
|
@mikelmulti460 You probably have put the backend in settings. However, it seems that there is some issue when doing it this way. And the way to work around is recommended by the comment, #46 (comment) |
Would it be possible to have OpenAPI support for query parameters?
At the moment this is provided by the
FlexFieldsFilterBackend
however the filter backend also implements the (not thoroughly tested) query optimization features, which may not be desirable.An easy fix would be to just separate the docs into its own (dummy) filter backend that doesn't actually do anything query-wise, so people who only want docs can include that one. It does feel a bit hacky to make an essentially fake filtering backend just for documentation so I'd like to get others' thoughts on this if there's a better way.
The text was updated successfully, but these errors were encountered: