Update api spec (#289)
* 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
8a8cb0ca41
commit
846ed0303c
@ -3,7 +3,7 @@ from typing import Optional
|
||||
|
||||
from pydantic import BaseModel, ConfigDict
|
||||
|
||||
from ..models.service_account_token_uuid import ServiceAccountTokenUuid
|
||||
from ..models.service_account_uuid import ServiceAccountUuid
|
||||
from ..models.uuid import Uuid
|
||||
|
||||
|
||||
@ -24,7 +24,7 @@ class ServiceAccount(BaseModel):
|
||||
|
||||
org_id: Uuid
|
||||
|
||||
token: ServiceAccountTokenUuid
|
||||
token: ServiceAccountUuid
|
||||
|
||||
updated_at: datetime.datetime
|
||||
|
||||
|
Reference in New Issue
Block a user