PATCH {{baseUrl}}/emails/mailboxes/:email/labels/:labelId
Patch the specified label. Scopes: Rate Limit Label: Not supported in Gov cluster mail:write
LIGHT
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status OK
{
"id": "<string>",
"name": "<string>",
"parentId": "<string>",
"labelLevel": "<integer>",
"messageListVisibility": "hide",
"labelListVisibility": "labelShowIfUnread",
"color": {
"textColor": "<string>",
"backgroundColor": "<string>"
}
} |
ENDPOINTS