This commit is contained in:
JustArchi 2018-11-07 01:39:56 +01:00
parent f1b3801c36
commit e6246e1434

View file

@ -106,8 +106,7 @@ namespace ArchiSteamFarm.IPC {
nameof(GlobalConfig.IPCPassword), new ApiKeyScheme {
Description = nameof(GlobalConfig.IPCPassword) + " authentication using request headers. Check https://github.com/" + SharedInfo.GithubRepo + "/wiki/IPC#authentication for more info.",
In = "header",
Name = ApiAuthenticationMiddleware.HeadersField,
Type = "apiKey"
Name = ApiAuthenticationMiddleware.HeadersField
}
);