Use standard Authorization header in OpenAPI specification

This commit is contained in:
Niels van Velzen 2021-09-15 19:28:20 +02:00
parent fffdf9f7b6
commit be946cef87
1 changed files with 1 additions and 1 deletions

View File

@ -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"
});