Update api spec (#219)

* 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-05-08 15:02:59 -07:00
committed by GitHub
parent 8c56b88113
commit dd2e3848cc
3 changed files with 643 additions and 643 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,3 @@
from typing import Optional
from pydantic import BaseModel, ConfigDict
@ -7,7 +6,7 @@ from pydantic import BaseModel, ConfigDict
class Error(BaseModel):
"""Error information from a response."""
error_code: Optional[str] = None
error_code: str
message: str

View File

@ -15797,6 +15797,7 @@
}
},
"required": [
"error_code",
"message",
"request_id"
]