mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-08 18:54:26 -04:00
Merge pull request #4010 from cromefire/patch-3
Fix wrong OpenAPI auth header value
This commit is contained in:
commit
b6cc1e1620
@ -197,7 +197,7 @@ namespace Jellyfin.Server.Extensions
|
||||
{
|
||||
Type = SecuritySchemeType.ApiKey,
|
||||
In = ParameterLocation.Header,
|
||||
Name = "X-Emby-Token",
|
||||
Name = "X-Emby-Authorization",
|
||||
Description = "API key header parameter"
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user