PUT
/api/v1/tagsSet message tags
This will overwrite any existing tags for selected message database IDs. To remove all tags from a message, pass an empty tags array.
IDsarray<string>required
Array of message database IDs
Tagsarray<string>required
Array of tag names to set
200Plain text "ok" response
400Server error will return with a 400 status code
with the error message in the body
Error handling
A 400 is returned: Server error will return with a 400 status code with the error message in the body.