Changes the unread status of an email. This does not care about the previous status, i.e. setting a
read email to read will still result in a 'success' response.
Changes the unread status of an email. This does not care about the previous status, i.e. setting a read email to read will still result in a 'success' response.
Path Parameters
- emailId integer required
Possible values: Value must match regular expression
\d+
which email to modify
- status integer required
Possible values: Value must match regular expression
[0-1]
either 0 for unread or 1 for read
Responses
- 200
- 400
- 403
- 404
Success.
Invalid status.
Insufficient permissions to modify the email.
Email does not exist.
Loading...