Update api spec (#425)

* 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]
2025-04-29 10:05:00 -07:00
committed by GitHub
parent 282bffa217
commit c8a1761f16
3 changed files with 988 additions and 981 deletions

View File

@ -8,6 +8,8 @@ class OAuth2ClientInfo(BaseModel):
csrf_token: Optional[str] = None
oidc_nonce: Optional[str] = None
pkce_code_verifier: Optional[str] = None
url: Optional[str] = None