Fix description for API key as query parameter

This commit is contained in:
momo 2024-09-21 19:15:51 +02:00 committed by GitHub
parent 3976e5daf7
commit 30c36fdc3b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -135,7 +135,7 @@ public void ConfigureServices(IServiceCollection services)
Name = "apikey",
Type = SecuritySchemeType.ApiKey,
Scheme = "apiKey",
Description = "Apikey passed as header",
Description = "Apikey passed as query parameter",
In = ParameterLocation.Query,
Reference = new OpenApiReference
{