POST /a/policy/iplists [Enterprise Only] Update white/black lists Body Parameters¶ Name Description Type Required IPs array Name string Body Example¶ 1 2 3 4 5 6{ "IPs": [ "string" ], "Name": "string" } Response Example (200)¶ Response Type /definitions/ipbanIPsCollection 1 2 3 4 5 6{ "IPs": [ "string" ], "Name": "string" }