Update api spec (#281)

* 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-23 09:39:00 -04:00
committed by GitHub
parent bdd3c3a3a3
commit e900e5ec37
57 changed files with 3106 additions and 822 deletions

View File

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