@@ -297,6 +297,7 @@ def create(
297297 source_interface_id : typing.Optional[int]
298298
299299 source_interface_version : typing.Optional[int]
300+ Stable version ID of the saved interface used to create this project.
300301
301302 task_data_login : typing.Optional[str]
302303 Task data credentials: login
@@ -739,6 +740,7 @@ def update(
739740 source_interface_id : typing.Optional[int]
740741
741742 source_interface_version : typing.Optional[int]
743+ Stable version ID of the saved interface snapshot used by this project.
742744
743745 strict_task_overlap : typing.Optional[bool]
744746 Enforce strict overlap limit
@@ -1475,6 +1477,7 @@ async def create(
14751477 source_interface_id : typing.Optional[int]
14761478
14771479 source_interface_version : typing.Optional[int]
1480+ Stable version ID of the saved interface used to create this project.
14781481
14791482 task_data_login : typing.Optional[str]
14801483 Task data credentials: login
@@ -1949,6 +1952,7 @@ async def update(
19491952 source_interface_id : typing.Optional[int]
19501953
19511954 source_interface_version : typing.Optional[int]
1955+ Stable version ID of the saved interface snapshot used by this project.
19521956
19531957 strict_task_overlap : typing.Optional[bool]
19541958 Enforce strict overlap limit
0 commit comments