Hello guys, url = 'https://api.meraki.com/api/v1/networks/{0}/appliance/firewall/l3FirewallRules' I tried to use this url to add some rules but it overwrites the currently existing rules. Let's say there are 4 rules on a network and I want to add 2 new rules. And I send a request with PUT. Then there are only 2 new rules on the network. Is there a way to just add the rules with API? Thank you,
... View more