Update api spec (#313)

* 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-29 17:42:26 -07:00
committed by GitHub
parent ee9f0029f4
commit 121575c8ae
8 changed files with 962 additions and 778 deletions

View File

@ -0,0 +1,7 @@
from pydantic import BaseModel, ConfigDict
class DefaultCameraCenterToScene(BaseModel):
"""The response from the `DefaultCameraCenterToScene` endpoint."""
model_config = ConfigDict(protected_namespaces=())