Update fraud rule list

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
enum
required

The rule type to create or update.

Allowed:
Body Params

The lists to add or remove from the current configuration

string
enum
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
Allowed:
config
required

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

Responses

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