benchling_api_client.api.containers.update_container_content module

async asyncio(*, client: Client, container_id: str, containable_id: str, json_body: ContainerContentUpdate) Optional[Union[ContainerContent, BadRequestError, NotFoundError]]

Update a container content

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

Update a container content

sync_detailed(*, client: Client, container_id: str, containable_id: str, json_body: ContainerContentUpdate) Response[Union[ContainerContent, BadRequestError, NotFoundError]]