We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9222b9b commit 2b938a7Copy full SHA for 2b938a7
service/__init__.py
@@ -42,7 +42,13 @@
42
app.config["ERROR_404_HELP"] = False
43
44
# Document the type of authorization required
45
-authorizations = {"apikey": {"type": "apiKey", "in": "header", "name": "X-Api-Key"}}
+authorizations = {
46
+ "apikey": {
47
+ "type": "apiKey",
48
+ "in": "header",
49
+ "name": "X-Api-Key"
50
+ }
51
+}
52
53
######################################################################
54
# Configure Swagger before initializing it
0 commit comments