Update filtering rule
Updates an existing filtering rule. Only provided fields will be updated.
Documentation Index
Fetch the complete documentation index at: https://docs.fingerprint.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Management API version.
Path Parameters
Body
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
Response
Updated filtering rule object.