⚠️ Add Rule to Existing Policy
POST {{cb_url}}/integrationServices/v3/policy/{{cb_policy_id}}/rule
Add a new rule to an existing policy. Wrap the new rule definition into a JSON object under the key ruleInfo
.
Request Body
{"ruleInfo"=>{"action"=>"DENY", "application"=>{"type"=>"REPUTATION", "value"=>"COMPANY_BLACK_LIST"}, "operation"=>"RANSOM", "required"=>true, "id"=>1}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |