(20241217) Mail tags update also doesn't need token key now.

This commit is contained in:
2024-12-17 16:43:38 +05:30
parent 6d360b88ae
commit bfe7b1a78b
4 changed files with 36 additions and 9 deletions
-5
View File
@@ -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