Update api spec (#186)
* 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
ec68e67645
commit
8bebb40c9f
@ -1,4 +1,5 @@
|
||||
import datetime
|
||||
from typing import Optional
|
||||
|
||||
from pydantic import BaseModel, ConfigDict
|
||||
|
||||
@ -16,6 +17,8 @@ class ApiToken(BaseModel):
|
||||
|
||||
is_valid: bool
|
||||
|
||||
label: Optional[str] = None
|
||||
|
||||
token: Uuid
|
||||
|
||||
updated_at: datetime.datetime
|
||||
|
Reference in New Issue
Block a user