mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
Misc
This commit is contained in:
@@ -104,7 +104,7 @@ namespace ArchiSteamFarm.IPC {
|
||||
c => {
|
||||
c.AddSecurityDefinition(
|
||||
nameof(GlobalConfig.IPCPassword), new ApiKeyScheme {
|
||||
Description = "IPCPassword authentication using request headers. Check https://github.com/JustArchiNET/ArchiSteamFarm/wiki/IPC#authentication for more info.",
|
||||
Description = nameof(GlobalConfig.IPCPassword) + " authentication using request headers. Check https://github.com/JustArchiNET/ArchiSteamFarm/wiki/IPC#authentication for more info.",
|
||||
In = "header",
|
||||
Name = ApiAuthenticationMiddleware.HeadersField,
|
||||
Type = "apiKey"
|
||||
|
||||
Reference in New Issue
Block a user