Update api spec (#277)
* 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
045ee329df
commit
5caa31f4b4
File diff suppressed because it is too large
Load Diff
@ -28,8 +28,6 @@ class ExtendedUser(BaseModel):
|
||||
|
||||
first_name: Optional[str] = None
|
||||
|
||||
front_id: Optional[str] = None
|
||||
|
||||
github: Optional[str] = None
|
||||
|
||||
id: Uuid
|
||||
|
@ -17693,11 +17693,6 @@
|
||||
"description": "The user's first name.",
|
||||
"type": "string"
|
||||
},
|
||||
"front_id": {
|
||||
"nullable": true,
|
||||
"description": "The user's Front ID. This is mostly used for internal mapping.",
|
||||
"type": "string"
|
||||
},
|
||||
"github": {
|
||||
"description": "The user's GitHub handle.",
|
||||
"type": "string"
|
||||
|
Reference in New Issue
Block a user