Update api spec (#386)
* 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
64c6b5a1c0
commit
720ad41506
@ -11,6 +11,8 @@ from ..models.uuid import Uuid
|
||||
class AsyncApiCall(BaseModel):
|
||||
"""An async API call."""
|
||||
|
||||
attempts: int = 0
|
||||
|
||||
completed_at: Optional[datetime.datetime] = None
|
||||
|
||||
created_at: datetime.datetime
|
||||
|
Reference in New Issue
Block a user