mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-14 00:47:25 +00:00
Misc
This commit is contained in:
parent
f1b3801c36
commit
e6246e1434
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue