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:
committed by
GitHub
parent
8c56b88113
commit
dd2e3848cc
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,3 @@
|
|||||||
from typing import Optional
|
|
||||||
|
|
||||||
from pydantic import BaseModel, ConfigDict
|
from pydantic import BaseModel, ConfigDict
|
||||||
|
|
||||||
@ -7,7 +6,7 @@ from pydantic import BaseModel, ConfigDict
|
|||||||
class Error(BaseModel):
|
class Error(BaseModel):
|
||||||
"""Error information from a response."""
|
"""Error information from a response."""
|
||||||
|
|
||||||
error_code: Optional[str] = None
|
error_code: str
|
||||||
|
|
||||||
message: str
|
message: str
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user