(20241205) Migrating from the field "accountId" to "tokenId" to identify auth tokens.
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user