Currently, the API-Endpoints to update the L2 and L7 firewalls support only the PUT operation to update the rules.
Since the original rules get replaced, there is a high risk of unwittingly overwriting all existing rules instead of just adding a new rule.
Would it be possible to add a PATCH operation to add/update/remove single firewall rules?
Or an endpoint to edit single rules?
Thanks in advance!