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"]
    }
  }
Language
Authorization
Bearer
URL
Click Try It! to start a request and see the response here!