-
Notifications
You must be signed in to change notification settings - Fork 71.8k
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
Filter on Swagger Docs not working #8211
Comments
In my experimentation, it is because filter parameters are apparently expected to be passed directly instead of via the E.g.: If I can figure this out, I might look into why the Swagger output is wrong. |
I opened a MR (#8252) to fix range queries for a single field. Unfortunately I don't think the current implementation of I'll have to see if I can come up with a way to handle the API as defined in the Swagger definition without breaking the old behavior. |
I have opened another MR (#8253) to support filter parameters passed via the |
Hi there, i have a Problem with the v3-API swagger... I can get Data from Nightscout, but if I set a filter on The swagger Page I didn´t get any response from it... I tried the given filters and create one by myself, is there an error in it?
Not Working one (without baerer and url):
Body respone:
Working one:
Body response:
To Reproduce
Steps to reproduce the behavior:
/api3-docs
insert bearer auth,
Try it out
Expected behavior
Get an unempty response
Your setup information
The text was updated successfully, but these errors were encountered: