Skip to content

Commit c564ff9

Browse files
pquentingithub-actions[bot]
authored andcommitted
Update rest-api-spec
1 parent 4a62736 commit c564ff9

File tree

5 files changed

+14
-9
lines changed

5 files changed

+14
-9
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/openapi/elasticsearch-serverless-openapi.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/validation-errors.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,6 @@
4141
],
4242
"response": []
4343
},
44-
"search_mvt": {
45-
"request": [
46-
"Request: query parameter 'grid_agg' does not exist in the json spec"
47-
],
48-
"response": []
49-
},
5044
"searchable_snapshots.clear_cache": {
5145
"request": [
5246
"Request: missing json spec query parameter 'index'"

specification/_json_spec/search_mvt.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@
6262
"description": "Determines the geometry type for features in the aggs layer.",
6363
"default": "grid"
6464
},
65+
"grid_agg": {
66+
"type": "enum",
67+
"options": ["geotile", "geohex"],
68+
"description": "Aggregation used to create a grid for `field`.",
69+
"default": "geotile"
70+
},
6571
"size": {
6672
"type": "int",
6773
"description": "Maximum number of features to return in the hits layer. Accepts 0-10000.",

0 commit comments

Comments
 (0)