(20241214) testing token keys instead of direct ids.
This commit is contained in:
@@ -101,9 +101,9 @@ class MailListRequestHeaders(BaseModel):
|
||||
|
||||
class MailListRequestData(BaseModel):
|
||||
|
||||
tokenIds: str | List[str] = Field(
|
||||
tokenKeys: str | List[str] = Field(
|
||||
description = "the token identifier(s) that tell you which auth-tokens were used for fetching those messages",
|
||||
frozen = True
|
||||
frozen = True,
|
||||
)
|
||||
|
||||
count: int = Field(
|
||||
|
||||
Reference in New Issue
Block a user