Use standard Authorization header in OpenAPI specification
This commit is contained in:
parent
fffdf9f7b6
commit
be946cef87
|
@ -278,7 +278,7 @@ namespace Jellyfin.Server.Extensions
|
|||
{
|
||||
Type = SecuritySchemeType.ApiKey,
|
||||
In = ParameterLocation.Header,
|
||||
Name = "X-Emby-Authorization",
|
||||
Name = "Authorization",
|
||||
Description = "API key header parameter"
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user