File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 35
35
],
36
36
"response" : []
37
37
},
38
- "search_mvt" : {
39
- "request" : [
40
- " Request: query parameter 'grid_agg' does not exist in the json spec"
41
- ],
42
- "response" : []
43
- },
44
38
"searchable_snapshots.clear_cache" : {
45
39
"request" : [
46
40
" Request: missing json spec query parameter 'index'"
Original file line number Diff line number Diff line change 62
62
"description" : " Determines the geometry type for features in the aggs layer." ,
63
63
"default" : " grid"
64
64
},
65
+ "grid_agg" : {
66
+ "type" : " enum" ,
67
+ "options" : [" geotile" , " geohex" ],
68
+ "description" : " Aggregation used to create a grid for `field`." ,
69
+ "default" : " geotile"
70
+ },
65
71
"size" : {
66
72
"type" : " int" ,
67
73
"description" : " Maximum number of features to return in the hits layer. Accepts 0-10000." ,
You can’t perform that action at this time.
0 commit comments