benchling_api_client.api.containers.bulk_update_containers module

async asyncio(*, client: Client, json_body: ContainersBulkUpdateRequest) Optional[Union[AsyncTaskLink, BadRequestError]]

Bulk update containers

async asyncio_detailed(*, client: Client, json_body: ContainersBulkUpdateRequest) Response[Union[AsyncTaskLink, BadRequestError]]
sync(*, client: Client, json_body: ContainersBulkUpdateRequest) Optional[Union[AsyncTaskLink, BadRequestError]]

Bulk update containers

sync_detailed(*, client: Client, json_body: ContainersBulkUpdateRequest) Response[Union[AsyncTaskLink, BadRequestError]]