We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e295a80 commit 3c1bdf3Copy full SHA for 3c1bdf3
examples/rest_demo.py
@@ -36,7 +36,7 @@ class NotFoundResponse(BaseModel):
36
security = [
37
{"jwt": []},
38
{"oauth2": ["write:pets", "read:pets"]},
39
- {"basic": basic}
+ {"basic": []}
40
]
41
42
app.config["FLASK_OPENAPI_VALIDATE_RESPONSE"] = True
0 commit comments