Skip to content

Commit e2ca3a4

Browse files
authored
Add missing grid_agg to search_mvt rest-api-spec (elastic#130906) (elastic#131076)
1 parent d83a657 commit e2ca3a4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

rest-api-spec/src/main/resources/rest-api-spec/api/search_mvt.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,15 @@
7373
"description":"Determines the geometry type for features in the aggs layer.",
7474
"default":"grid"
7575
},
76+
"grid_agg":{
77+
"type":"enum",
78+
"options":[
79+
"geotile",
80+
"geohex"
81+
],
82+
"description":"Aggregation used to create a grid for `field`.",
83+
"default":"geotile"
84+
},
7685
"size":{
7786
"type":"int",
7887
"description":"Maximum number of features to return in the hits layer. Accepts 0-10000.",

0 commit comments

Comments
 (0)