Skip to content

Commit 871f262

Browse files
update open api specs
1 parent d9ce804 commit 871f262

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

api/specs/web-server/_computations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
)
1313
from models_library.generics import Envelope
1414
from simcore_service_webserver._meta import API_VTAG
15-
from simcore_service_webserver.director_v2._controller._computations_rest_schema import (
15+
from simcore_service_webserver.director_v2._controller.computations_restp import (
1616
ComputationRunListQueryParams,
1717
ComputationTaskListQueryParams,
1818
ComputationTaskPathParams,

services/web/server/src/simcore_service_webserver/api/v0/openapi.yaml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -8726,10 +8726,10 @@ components:
87268726
title: ComputationGet
87278727
ComputationRunRestGet:
87288728
properties:
8729-
project_uuid:
8729+
projectUuid:
87308730
type: string
87318731
format: uuid
8732-
title: Project Uuid
8732+
title: Projectuuid
87338733
iteration:
87348734
type: integer
87358735
title: Iteration
@@ -8738,31 +8738,31 @@ components:
87388738
info:
87398739
type: object
87408740
title: Info
8741-
submitted_at:
8741+
submittedAt:
87428742
type: string
87438743
format: date-time
8744-
title: Submitted At
8745-
started_at:
8744+
title: Submittedat
8745+
startedAt:
87468746
anyOf:
87478747
- type: string
87488748
format: date-time
87498749
- type: 'null'
8750-
title: Started At
8751-
ended_at:
8750+
title: Startedat
8751+
endedAt:
87528752
anyOf:
87538753
- type: string
87548754
format: date-time
87558755
- type: 'null'
8756-
title: Ended At
8756+
title: Endedat
87578757
type: object
87588758
required:
8759-
- project_uuid
8759+
- projectUuid
87608760
- iteration
87618761
- state
87628762
- info
8763-
- submitted_at
8764-
- started_at
8765-
- ended_at
8763+
- submittedAt
8764+
- startedAt
8765+
- endedAt
87668766
title: ComputationRunRestGet
87678767
ComputationStart:
87688768
properties:
@@ -8799,14 +8799,14 @@ components:
87998799
title: ComputationStarted
88008800
ComputationTaskRestGet:
88018801
properties:
8802-
project_uuid:
8802+
projectUuid:
88038803
type: string
88048804
format: uuid
8805-
title: Project Uuid
8806-
node_id:
8805+
title: Projectuuid
8806+
nodeId:
88078807
type: string
88088808
format: uuid
8809-
title: Node Id
8809+
title: Nodeid
88108810
state:
88118811
$ref: '#/components/schemas/RunningState'
88128812
progress:
@@ -8815,27 +8815,27 @@ components:
88158815
image:
88168816
type: object
88178817
title: Image
8818-
started_at:
8818+
startedAt:
88198819
anyOf:
88208820
- type: string
88218821
format: date-time
88228822
- type: 'null'
8823-
title: Started At
8824-
ended_at:
8823+
title: Startedat
8824+
endedAt:
88258825
anyOf:
88268826
- type: string
88278827
format: date-time
88288828
- type: 'null'
8829-
title: Ended At
8829+
title: Endedat
88308830
type: object
88318831
required:
8832-
- project_uuid
8833-
- node_id
8832+
- projectUuid
8833+
- nodeId
88348834
- state
88358835
- progress
88368836
- image
8837-
- started_at
8838-
- ended_at
8837+
- startedAt
8838+
- endedAt
88398839
title: ComputationTaskRestGet
88408840
ConnectServiceToPricingPlanBodyParams:
88418841
properties:

0 commit comments

Comments
 (0)