POST {{baseUrl}}/emails/mailboxes/:email/messages/:messageId/modify
Modifies the labels on the specified message. Scopes: Rate Limit Label: Not supported in Gov cluster mail:write
MEDIUM
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status OK
{
"id": "<string>",
"threadId": "<string>",
"labelIds": [
"<string>",
"<string>"
]
} |
ENDPOINTS