EmailCRUD
Some checks failed
K8S Fission Deployment / Deployment fission functions (push) Failing after 21s

This commit is contained in:
QuangMinh_123
2025-12-06 14:35:57 +00:00
parent c871216ae0
commit 590492fffa
3 changed files with 10 additions and 9 deletions

View File

@@ -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 ")