API for firewall rate limiting rules

Hello!
One of my services attacked from time to time, attackers use email/password databases trying to guess logins/passwords for existing accounts on my service.
Thus, I’m limiting my /api/login endpoint using firewall rate limiting rule.

I want to enable and disable this rule using API, but I can’t found any documentation for this.

Is there any?

Thanks,

I believe you’ll want to set disabled to true for the rule to turn it off.