Update api spec (#263)
* YOYO NEW API SPEC! * new files Signed-off-by: Jess Frazelle <github@jessfraz.com> * fixes Signed-off-by: Jess Frazelle <github@jessfraz.com> --------- Signed-off-by: Jess Frazelle <github@jessfraz.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Greg Sweeney <greg@kittycad.io> Co-authored-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
committed by
GitHub
parent
98c6a70e3b
commit
64fc99943e
@ -3,7 +3,7 @@ from typing import Optional
|
||||
|
||||
from pydantic import BaseModel, ConfigDict
|
||||
|
||||
from ..models.string_uuid import StringUuid
|
||||
from ..models.api_token_uuid import ApiTokenUuid
|
||||
from ..models.uuid import Uuid
|
||||
|
||||
|
||||
@ -20,7 +20,7 @@ class ApiToken(BaseModel):
|
||||
|
||||
label: Optional[str] = None
|
||||
|
||||
token: StringUuid
|
||||
token: ApiTokenUuid
|
||||
|
||||
updated_at: datetime.datetime
|
||||
|
||||
|
||||
Reference in New Issue
Block a user