Add http action type and Sonar mute toggle (chatCapture, media channels)
This commit is contained in:
@@ -2,8 +2,9 @@ public class BindingConfig
|
||||
{
|
||||
public string Type { get; set; } = "";
|
||||
public string Target { get; set; } = "";
|
||||
public string Method { get; set; } = "GET";
|
||||
public string? Body { get; set; }
|
||||
}
|
||||
|
||||
public class Config
|
||||
{
|
||||
public Dictionary<string, BindingConfig> Bindings { get; set; } = new();
|
||||
|
||||
Reference in New Issue
Block a user