benchling_api_client.api.containers.update_container module

async asyncio(*, client: Client, container_id: str, json_body: ContainerUpdate) Optional[Union[Container, BadRequestError, NotFoundError]]

update a container

async asyncio_detailed(*, client: Client, container_id: str, json_body: ContainerUpdate) Response[Union[Container, BadRequestError, NotFoundError]]
sync(*, client: Client, container_id: str, json_body: ContainerUpdate) Optional[Union[Container, BadRequestError, NotFoundError]]

update a container

sync_detailed(*, client: Client, container_id: str, json_body: ContainerUpdate) Response[Union[Container, BadRequestError, NotFoundError]]