(20241205) Migrating from the field "accountId" to "tokenId" to identify auth tokens.

This commit is contained in:
2024-12-05 11:19:23 +05:30
parent f835143ef4
commit 5c36f90e98
15 changed files with 478 additions and 47 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ class MailListRequestHeaders(BaseModel):
class MailListByAccountIdRequestData(BaseModel):
accountId: str = Field(
tokenId: str = Field(
description = "the account identifier (Mongo ObjectId) granted by 'MailOAuthModel.get_account_identifier'",
frozen = True
)