Update api spec (#435)

* 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-05-11 11:51:16 -07:00
committed by GitHub
parent 1744ab6385
commit 24e80f4568
16 changed files with 2451 additions and 895 deletions

View File

@ -6,7 +6,7 @@ class Environment(str, Enum):
"""# The development environment. This is for running locally. """ # noqa: E501
DEVELOPMENT = "DEVELOPMENT"
"""# The preview environment. This is when PRs are created and a service is deployed for testing. """ # noqa: E501
"""# The preview environment. This is deployed to api.dev.zoo.dev. """ # noqa: E501
PREVIEW = "PREVIEW"
"""# The production environment. """ # noqa: E501
PRODUCTION = "PRODUCTION"