Skip to content

Commit 83f7a54

Browse files
pquentingithub-actions[bot]
authored andcommitted
Update rest-api-spec
1 parent b311a96 commit 83f7a54

12 files changed

+32
-15
lines changed

output/schema/schema-serverless.json

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

output/schema/schema.json

Lines changed: 3 additions & 3 deletions
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: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,14 @@
228228
"request": [
229229
"Request: query parameter 'keep_alive' does not exist in the json spec",
230230
"Request: query parameter 'keep_on_completion' does not exist in the json spec",
231-
"Request: query parameter 'wait_for_completion_timeout' does not exist in the json spec"
231+
"Request: query parameter 'wait_for_completion_timeout' does not exist in the json spec",
232+
"Request: missing json spec query parameter 'allow_partial_results'"
233+
],
234+
"response": []
235+
},
236+
"esql.query": {
237+
"request": [
238+
"Request: missing json spec query parameter 'allow_partial_results'"
232239
],
233240
"response": []
234241
},

specification/_json_spec/esql.async_query.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@
3232
"type": "boolean",
3333
"description": "Should entirely null columns be removed from the results? Their name and type will be returning in a new `all_columns` section.",
3434
"default": false
35+
},
36+
"allow_partial_results": {
37+
"type": "boolean",
38+
"description": "If `true`, partial results will be returned if there are shard failures, but\nthe query can continue to execute on other clusters and shards.",
39+
"default": false
3540
}
3641
},
3742
"body": {

specification/_json_spec/esql.query.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@
3232
"type": "boolean",
3333
"description": "Should entirely null columns be removed from the results? Their name and type will be returning in a new `all_columns` section.",
3434
"default": false
35+
},
36+
"allow_partial_results": {
37+
"type": "boolean",
38+
"description": "If `true`, partial results will be returned if there are shard failures, but\nthe query can continue to execute on other clusters and shards.",
39+
"default": false
3540
}
3641
},
3742
"body": {

specification/_json_spec/inference.completion.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/post-inference-api.html",
55
"description": "Perform completion inference"
66
},
7-
"stability": "experimental",
7+
"stability": "stable",
88
"visibility": "public",
99
"headers": {
1010
"accept": ["application/json"],

specification/_json_spec/inference.delete.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/delete-inference-api.html",
55
"description": "Delete an inference endpoint"
66
},
7-
"stability": "experimental",
7+
"stability": "stable",
88
"visibility": "public",
99
"headers": {
1010
"accept": ["application/json"]

specification/_json_spec/inference.get.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/get-inference-api.html",
55
"description": "Get an inference endpoint"
66
},
7-
"stability": "experimental",
7+
"stability": "stable",
88
"visibility": "public",
99
"headers": {
1010
"accept": ["application/json"]

specification/_json_spec/inference.put.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/put-inference-api.html",
55
"description": "Configure an inference endpoint for use in the Inference API"
66
},
7-
"stability": "experimental",
7+
"stability": "stable",
88
"visibility": "public",
99
"headers": {
1010
"accept": ["application/json"],

0 commit comments

Comments
 (0)