(20241217) Mail tags update also doesn't need token key now.
This commit is contained in:
@@ -101,11 +101,6 @@ class MailUpdateTagsRequestHeaders(BaseModel):
|
||||
|
||||
class MailUpdateTagsRequestData(BaseModel):
|
||||
|
||||
tokenKey: str = Field(
|
||||
description = "the id of the token associated with the mail; needed for security",
|
||||
frozen = True
|
||||
)
|
||||
|
||||
messageId: str = Field(
|
||||
description = "the mail identifier (Mongo ObjectId) of the document that holds the mail",
|
||||
frozen = True
|
||||
|
||||
Reference in New Issue
Block a user