mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-04-21 12:20:59 +02:00
Fix description for API key as query parameter
(cherry picked from commit 30c36fdc3baa686102ff124833c7963fc786f251)
This commit is contained in:
parent
af9a6f42db
commit
349efab7a8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue