Update average.md to reflect aggregate name specified (#6501)

Signed-off-by: A. Fox <[email protected]>
This commit is contained in:
A. Fox
2024-02-23 11:50:53 -05:00
committed by GitHub
parent 5b5b1d0de1
commit 2f5d20ef04
+2 -2
View File
@@ -50,9 +50,9 @@ GET opensearch_dashboards_sample_data_ecommerce/_search
"hits": []
},
"aggregations": {
"sum_taxful_total_price": {
"avg_taxful_total_price": {
"value": 75.05542864304813
}
}
}
```
```