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:
zoo-github-actions-auth[bot]
2024-09-18 10:43:14 -07:00
committed by GitHub
parent 045ee329df
commit 5caa31f4b4
3 changed files with 812 additions and 819 deletions

File diff suppressed because it is too large Load Diff

View File

@ -28,8 +28,6 @@ class ExtendedUser(BaseModel):
first_name: Optional[str] = None first_name: Optional[str] = None
front_id: Optional[str] = None
github: Optional[str] = None github: Optional[str] = None
id: Uuid id: Uuid

View File

@ -17693,11 +17693,6 @@
"description": "The user's first name.", "description": "The user's first name.",
"type": "string" "type": "string"
}, },
"front_id": {
"nullable": true,
"description": "The user's Front ID. This is mostly used for internal mapping.",
"type": "string"
},
"github": { "github": {
"description": "The user's GitHub handle.", "description": "The user's GitHub handle.",
"type": "string" "type": "string"