Skip to content

Commit e3f341b

Browse files
add product_api_base_url param
1 parent becbde2 commit e3f341b

File tree

1 file changed

+4
-0
lines changed
  • packages/models-library/src/models_library/api_schemas_directorv2

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ class ComputationCreate(BaseModel):
4444
Field(description="if True the computation pipeline will start right away"),
4545
] = False
4646
product_name: Annotated[str, Field()]
47+
product_api_base_url: Annotated[
48+
AnyHttpUrl,
49+
Field(description="Base url of the product"),
50+
]
4751
subgraph: Annotated[
4852
list[NodeID] | None,
4953
Field(

0 commit comments

Comments
 (0)