(20241214) testing token keys instead of direct ids.
This commit is contained in:
@@ -101,7 +101,7 @@ class MailGetRequestHeaders(BaseModel):
|
||||
|
||||
class MailGetRequestData(BaseModel):
|
||||
|
||||
tokenId: str = Field(
|
||||
tokenKey: str = Field(
|
||||
description = "the id of the token associated with the mail; needed for security",
|
||||
frozen = True
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user