Skip to content

Commit

Permalink
Removed VIN as a required value
Browse files Browse the repository at this point in the history
VIN only part of the payload for each notification payload.
  • Loading branch information
ajain-93 authored Aug 12, 2024
1 parent 0e55a54 commit 0f97e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mytoyota/models/endpoints/notifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class NotificationModel(BaseModel):


class _PayloadItemModel(BaseModel):
vin: str
vin: str = None
notifications: List[NotificationModel]


Expand Down

0 comments on commit 0f97e99

Please sign in to comment.