summaryrefslogtreecommitdiffstats
path: root/src/server/Startup.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/Startup.cs')
-rw-r--r--src/server/Startup.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/Startup.cs b/src/server/Startup.cs
index 8fd6955..f96d23b 100644
--- a/src/server/Startup.cs
+++ b/src/server/Startup.cs
@@ -83,10 +83,10 @@ public class Startup
Name = "Authorization",
Type = SecuritySchemeType.ApiKey,
Scheme = "Basic",
- BearerFormat = "Custom",
+ BearerFormat = "Basic",
In = ParameterLocation.Header,
Description =
- "Enter your token in the text input below.\r\n\r\nExample: \"12345abcdef\"",
+ "Enter your token in the text input below.\r\n\r\nExample: \"Basic 12345abcdef\"",
});
options.AddSecurityRequirement(new OpenApiSecurityRequirement {