Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion services/director-v2/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"computations"
],
"summary": "Create Computation",
"description": "Create and optionally starts it",
"description": "Create and optionally start a new computation",
"operationId": "create_computation_v2_computations_post",
"requestBody": {
"content": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8582,6 +8582,7 @@ components:
type: array
uniqueItems: true
title: Subgraph
default: []
type: object
title: ComputationStart
ComputationStarted:
Expand All @@ -8597,6 +8598,7 @@ components:
type: array
title: Ref Ids
description: Checkpoints IDs for created pipeline
default: []
type: object
required:
- pipeline_id
Expand Down
Loading