We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a0b1df commit b169c6eCopy full SHA for b169c6e
services/dynamic-scheduler/src/simcore_service_dynamic_scheduler/services/director_v2/_thin_client.py
@@ -58,6 +58,7 @@ async def post_dynamic_service(
58
) -> Response:
59
post_data = {
60
"product_name": dynamic_service_start.product_name,
61
+ "product_api_base_url": dynamic_service_start.product_api_base_url,
62
"can_save": dynamic_service_start.can_save,
63
"user_id": dynamic_service_start.user_id,
64
"project_id": dynamic_service_start.project_id,
0 commit comments