File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
web/server/src/simcore_service_webserver/api/v0 Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff 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
You canβt perform that action at this time.
0 commit comments