Update api spec (#300)

* 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-10-09 20:32:22 -07:00
committed by GitHub
parent cdb0a939c9
commit 517cff5315
3 changed files with 756 additions and 755 deletions

File diff suppressed because it is too large Load Diff

View File

@ -12,7 +12,7 @@ class Org(BaseModel):
allow_users_in_domain_to_auto_join: Optional[bool] = None
billing_email: Optional[str] = None
billing_email: str
billing_email_verified: Optional[datetime.datetime] = None

View File

@ -26920,6 +26920,7 @@
}
},
"required": [
"billing_email",
"created_at",
"id",
"updated_at"