(20250122) Started making a cron script for work reminders. Modifying the mail module to work with it.
This commit is contained in:
@@ -87,6 +87,7 @@ class MailSendRequestHeaders(BaseModel):
|
||||
description = "the session token of the user who is requesting the service",
|
||||
pattern = REGEX_SESSION_TOKEN,
|
||||
frozen = True,
|
||||
default = None,
|
||||
alias = "X-Session-Token"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user