benchling_api_client.api.batches.update_batch module

async asyncio(*, client: Client, batch_id: str, json_body: BatchUpdate) Optional[Union[Batch, BadRequestError]]

Update a batch

async asyncio_detailed(*, client: Client, batch_id: str, json_body: BatchUpdate) Response[Union[Batch, BadRequestError]]
sync(*, client: Client, batch_id: str, json_body: BatchUpdate) Optional[Union[Batch, BadRequestError]]

Update a batch

sync_detailed(*, client: Client, batch_id: str, json_body: BatchUpdate) Response[Union[Batch, BadRequestError]]