mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-07 10:14:14 -04:00
Merge pull request #6556 from nielsvanvelzen/openapi-security-scheme
Use standard Authorization header in OpenAPI specification
This commit is contained in:
commit
9d46b3695f
@ -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…
x
Reference in New Issue
Block a user