EmailCRUD
Some checks failed
K8S Fission Deployment / Deployment fission functions (push) Failing after 21s
Some checks failed
K8S Fission Deployment / Deployment fission functions (push) Failing after 21s
This commit is contained in:
@@ -3,7 +3,7 @@ from typing import Optional
|
||||
|
||||
# Validate dau vao email
|
||||
|
||||
class UserEmailRequest(BaseModel):
|
||||
class UserEmailRequest(BaseModel): #Pased luu gia tri validate email
|
||||
email: EmailStr = Field(..., description="Email address")
|
||||
provider: Optional[str] = Field(None, description="Email service provider")
|
||||
is_primary: Optional[bool] = Field(None, description= "is primary email ")
|
||||
|
||||
Reference in New Issue
Block a user