Updates an existing filtering rule. Only provided fields will be updated.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Management API version.
ID of the filtering rule
"tr_rrETjdWcfqI6AFsk"
Name of the filtering rule
"Block suspicious IPs"
Environment ID
"ae_rrETjdWcfqI6AFsk"
Expression in expr-lang format that defines the rule condition
"http.request.ip in cidr('192.168.1.1/32')"
Action to take when the rule matches
allow, deny "deny"
Status of the filtering rule
enabled, disabled Error message to return when denying a request
Forbidden "Forbidden"
Placement options for the rule
Updated filtering rule object.