Skip to content
Search
K
Main Navigation
Guide
Rest API
Wiki
Appearance
Menu
Return to top
Changes properties of an email.
PATCH
/api/mailboxes/mails/{mailId}
Authorizations
api_key
Requests manipulating data need to supply a CSRF token
Type
API Key (header: X-CSRF-Token)
Parameters
Path Parameters
mailId
*
Type
string
Required
Pattern
"[1-9][0-9]*"
Request Body
application/json
Schema
JSON
JSON
{
"folder"
:
0
,
"isRead"
:
true
}
Responses
200
401
403
Success.
PATCH
/api/mailboxes/mails/{mailId}
Playground
Authorization
api_key
Variables
Key
Value
mailId
*
Body
Try it out
Samples
cURL
JavaScript
PHP
Python
cURL
JavaScript
PHP
Python