-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Don't work docs #2283
Comments
I can't send the code, but I suspect that not all handles in this project have a description. But I would still like to get 200 or more detailed errors. |
I'm pretty sure that one of your openapi doc strings is misformatted or the |
You are right, in the project that I launched, there are many places where docstrings are not filled in. But why should all documentation fall because of it? Especially without specifying a specific reason and a line of code? In my opinion, either this should work without some endpoints, or identify problems. |
In my own projects i have some endpoints that are not documented aswell, this doesnt give this error. |
I send a request to
/api/v1/_openapi
and get 500.Trace:
For some reason, in the line
operation_spec.update(override_method_spec.get(method.lower(), {}))
the type string "None" is coming.File /flask_appbuilder/api/init.py " line 683
Python 3.10
Flask-AppBuilder 4.5.1
The text was updated successfully, but these errors were encountered: