benchling_api_client.api.mixtures.bulk_update_mixtures module¶
- async asyncio(*, client: Client, json_body: MixturesBulkUpdateRequest) Optional[Union[AsyncTaskLink, BadRequestError]] ¶
Update multiple mixtures. To change the parent mixture on your specified mixtures, set the parent mixture field and specify the desired final state for your ingredients. Benchling will recognize that any ingredients you specify that match ingredients on the parent mixtures (based on component entity) are inherited. This can be seen on the returned ingredients[i].hasParent attribute.
- async asyncio_detailed(*, client: Client, json_body: MixturesBulkUpdateRequest) Response[Union[AsyncTaskLink, BadRequestError]] ¶
- sync(*, client: Client, json_body: MixturesBulkUpdateRequest) Optional[Union[AsyncTaskLink, BadRequestError]] ¶
Update multiple mixtures. To change the parent mixture on your specified mixtures, set the parent mixture field and specify the desired final state for your ingredients. Benchling will recognize that any ingredients you specify that match ingredients on the parent mixtures (based on component entity) are inherited. This can be seen on the returned ingredients[i].hasParent attribute.
- sync_detailed(*, client: Client, json_body: MixturesBulkUpdateRequest) Response[Union[AsyncTaskLink, BadRequestError]] ¶