(How) Is it possible to append another condition to an existing firewall rule via the API?
Suppose I have a rule that blocks access based on the expression (ip.src eq 1.1.1.1) or (ip.src eq 2.2.2.2). Now I want to add another condition with an OR condition to this expression, so that it becomes (ip.src eq 1.1.1.1) or (ip.src eq 2.2.2.2) or (ip.src eq 3.3.3.3).