Skip to content

Commit

Permalink
fix model
Browse files Browse the repository at this point in the history
  • Loading branch information
eastandwestwind committed Jun 18, 2024
1 parent f1052fe commit dfa3ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fides/api/schemas/messaging/messaging.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ class MessagingTemplateWithPropertiesBodyParams(BaseModel):

class MessagingTemplateWithPropertiesPatchBodyParams(BaseModel):

content: Dict[str, Any] = Field(
content: Optional[Dict[str, Any]] = Field(
example={
"subject": "Message subject",
"body": "Custom message body",
Expand Down

0 comments on commit dfa3ae6

Please sign in to comment.