Skip to content

Commit 7b642fc

Browse files
authored
πŸ› fix OAS test (#7535)
1 parent 41523e7 commit 7b642fc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

β€Žservices/director-v2/openapi.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"computations"
6767
],
6868
"summary": "Create Computation",
69-
"description": "Create and optionally starts it",
69+
"description": "Create and optionally start a new computation",
7070
"operationId": "create_computation_v2_computations_post",
7171
"requestBody": {
7272
"content": {

β€Žservices/web/server/src/simcore_service_webserver/api/v0/openapi.yamlβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8582,6 +8582,7 @@ components:
85828582
type: array
85838583
uniqueItems: true
85848584
title: Subgraph
8585+
default: []
85858586
type: object
85868587
title: ComputationStart
85878588
ComputationStarted:
@@ -8597,6 +8598,7 @@ components:
85978598
type: array
85988599
title: Ref Ids
85998600
description: Checkpoints IDs for created pipeline
8601+
default: []
86008602
type: object
86018603
required:
86028604
- pipeline_id

0 commit comments

Comments
Β (0)