Update Filter
PATCH {{host}}/{{version}}/{{filter_name}}
Update a destination filter.
Request Body
{"filter"=>{"if"=>"type = 'identify' and !contains(traits.email, '@mycompany.com')", "actions"=>[{"type"=>"blacklist_fields", "fields"=>{"traits"=>{"fields"=>["email", "name"]}}}], "title"=>"Drop PII from identify events"}, "update_mask"=>{"paths"=>["if", "actions", "title"]}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |