mirror of
https://github.com/Sonarr/Sonarr
synced 2025-01-03 05:35:29 +00:00
Fix description for API key as query parameter
This commit is contained in:
parent
3976e5daf7
commit
30c36fdc3b
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ namespace NzbDrone.Host
|
||||||
Name = "apikey",
|
Name = "apikey",
|
||||||
Type = SecuritySchemeType.ApiKey,
|
Type = SecuritySchemeType.ApiKey,
|
||||||
Scheme = "apiKey",
|
Scheme = "apiKey",
|
||||||
Description = "Apikey passed as header",
|
Description = "Apikey passed as query parameter",
|
||||||
In = ParameterLocation.Query,
|
In = ParameterLocation.Query,
|
||||||
Reference = new OpenApiReference
|
Reference = new OpenApiReference
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue