Use this endpoint to modify a list associated with an already-configured rule. Add and remove operations supported.

For example, to append new IPs to the review_ip rule, a valid JSON body would be:

{ "operation": "add", "config": { "ips": ["123.123.123.123"] } }
Path Params
string
required

The rule type to create or update.

Body Params

The lists to add or remove from the current configuration

string
required
  • add - append the list to the same key of the current configuration
  • remove - remove the entries in the list from the same key of the current configuration
config
object
required

The configuration associated with the rule. The properties allowed depend on the type of rule.

Responses

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json