Updates a Campaign Filter

POST {{baseUrl}}/campaign-filters/:id

Updates an existing campaign filter using the filter's ID.

Request Body

{"name"=>"Identity Attribute Campaign Filter", "owner"=>"SailPoint Support", "mode"=>"INCLUSION", "description"=>"Campaign filter to certify data based on an identity attribute's specified property.", "criteriaList"=>[{"type"=>"IDENTITY_ATTRIBUTE", "property"=>"displayName", "value"=>"support", "operation"=>"CONTAINS", "negateResult"=>false, "shortCircuit"=>false, "recordChildMatches"=>false, "id"=>nil, "suppressMatchedItems"=>false, "children"=>nil}]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"name":"Identity Attribute Campaign Filter","owner":"SailPoint Support","mode":"INCLUSION","description":"Campaign filter to certify data based on an identity attribute's specified property.","criteriaList":[{"type":"IDENTITY_ATTRIBUTE","property":"displayName","value":"support","operation":"CONTAINS","negateResult":false,"shortCircuit":false,"recordChildMatches":false,"id":null,"suppressMatchedItems":false,"children":null}]}