Sets the tags of the mailing with the provided id. Tags are separated by a # sign. The tags in the example would be “foo” and “bar”.

Example

POST https://api.maileon.com/1.0/mailings/1/settings/tags
Content-type: application/vnd.maileon.api+xml
Authorization: [XXX]

<?xml version="1.0" encoding="UTF-8"?>
<tags>foo#bar</tags>

Status: 201 Created