Fixed wrong openapi auth header value

This commit is contained in:
Cromefire_ 2020-08-30 00:44:33 +02:00 committed by GitHub
parent 0424d09b8d
commit 3453b65444
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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