mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Fix description for API key as query parameter
(cherry picked from commit 30c36fdc3baa686102ff124833c7963fc786f251)
This commit is contained in:
parent
3e5af06622
commit
34c9300cbf
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,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…
Add table
Add a link
Reference in a new issue