benchling_api_client.api.lab_automation.update_lab_automation_transform module

async asyncio(*, client: Client, transform_id: str, json_body: LabAutomationTransformUpdate) Optional[Union[LabAutomationTransform, BadRequestError]]

Update a Lab Automation Transform step

async asyncio_detailed(*, client: Client, transform_id: str, json_body: LabAutomationTransformUpdate) Response[Union[LabAutomationTransform, BadRequestError]]
sync(*, client: Client, transform_id: str, json_body: LabAutomationTransformUpdate) Optional[Union[LabAutomationTransform, BadRequestError]]

Update a Lab Automation Transform step

sync_detailed(*, client: Client, transform_id: str, json_body: LabAutomationTransformUpdate) Response[Union[LabAutomationTransform, BadRequestError]]