Skip to content

Commit 5bb60dd

Browse files
fix comment
1 parent 27e2485 commit 5bb60dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/models-library/src/models_library/api_schemas_directorv2/computations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class ComputationCreate(BaseModel):
7676
collection_run_id: Annotated[
7777
CollectionRunID | None,
7878
Field(
79-
description="contains information about the wallet used to bill the running service"
79+
description="In case start_pipeline is True, this is the collection run id to which the comp run belongs."
8080
),
8181
] = None
8282

services/director-v2/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1360,7 +1360,7 @@
13601360
}
13611361
],
13621362
"title": "Collection Run Id",
1363-
"description": "contains information about the wallet used to bill the running service"
1363+
"description": "In case start_pipeline is True, this is the collection run id to which the comp run belongs."
13641364
}
13651365
},
13661366
"type": "object",

0 commit comments

Comments
 (0)