Update api spec (#291)
* YOYO NEW API SPEC! * I have generated the latest API! --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
1263d07c33
commit
c582a0c2eb
@ -10,7 +10,7 @@ from ..models.uuid import Uuid
|
||||
class ExtendedUser(BaseModel):
|
||||
"""Extended user information.
|
||||
|
||||
This is mostly used for internal purposes. It returns a mapping of the user's information, including that of our third party services we use for users: MailChimp | Stripe"""
|
||||
This is mostly used for internal purposes. It returns a mapping of the user's information, including that of our third party services we use for users: Stripe"""
|
||||
|
||||
block: Optional[BlockReason] = None
|
||||
|
||||
@ -40,8 +40,6 @@ class ExtendedUser(BaseModel):
|
||||
|
||||
last_name: Optional[str] = None
|
||||
|
||||
mailchimp_id: Optional[str] = None
|
||||
|
||||
name: Optional[str] = None
|
||||
|
||||
phone: str = ""
|
||||
|
Reference in New Issue
Block a user