PUT
/api/v1/messagesSet read status
You can optionally provide an array of IDs or a search string. If neither IDs nor search is provided then all mailbox messages are updated.
tzstringoptional
Optional [timezone identifier](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) used only for `before:` & `after:` searches (eg: "Pacific/Auckland").
IDsarray<string>optional
Optional array of message database IDs
Readbooleanoptional
Read status
Searchstringoptional
Optional messages matching a search
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.