benchling_api_client.api.assay_runs.update_assay_run module¶
- async asyncio(*, client: Client, assay_run_id: str, json_body: AssayRunUpdate) Optional[Union[AssayRun, BadRequestError]]¶
Update a run
- async asyncio_detailed(*, client: Client, assay_run_id: str, json_body: AssayRunUpdate) Response[Union[AssayRun, BadRequestError]]¶
- sync(*, client: Client, assay_run_id: str, json_body: AssayRunUpdate) Optional[Union[AssayRun, BadRequestError]]¶
Update a run
- sync_detailed(*, client: Client, assay_run_id: str, json_body: AssayRunUpdate) Response[Union[AssayRun, BadRequestError]]¶