Updates properties of a contactfilter. Currently only the name can be changed as the other values are dynamically calculated by Maileon.

Example

PUT https://api.maileon.com/1.0/contactfilters/contactfilter/1
Content-type: application/vnd.maileon.api+xml
Accept: application/vnd.maileon.api+xml
Authorization: [XXX]

<?xml version="1.0" encoding="UTF-8"?>
<contactfilter>
   <name>MyNewFilterName</name>
</contactfilter>

Status: 200 OK