Fixed wrong openapi auth header value
This commit is contained in:
parent
0424d09b8d
commit
3453b65444
|
@ -197,7 +197,7 @@ namespace Jellyfin.Server.Extensions
|
||||||
{
|
{
|
||||||
Type = SecuritySchemeType.ApiKey,
|
Type = SecuritySchemeType.ApiKey,
|
||||||
In = ParameterLocation.Header,
|
In = ParameterLocation.Header,
|
||||||
Name = "X-Emby-Token",
|
Name = "X-Emby-Authorization",
|
||||||
Description = "API key header parameter"
|
Description = "API key header parameter"
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user