Skip to content

Commit 07d82c2

Browse files
committed
Add esql.async_query
1 parent 2efcd2c commit 07d82c2

File tree

12 files changed

+689
-42
lines changed

12 files changed

+689
-42
lines changed

docs/overlays/elasticsearch-openapi-overlays.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,4 +391,13 @@ actions:
391391
application/json:
392392
examples:
393393
indicesLegacyPutTemplateRequestExample1:
394-
$ref: "../../specification/indices/put_template/indicesPutTemplateRequestExample1.yaml"
394+
$ref: "../../specification/indices/put_template/indicesPutTemplateRequestExample1.yaml"
395+
- target: "$.paths['/_query/async']['post']"
396+
description: "Add examples for async esql query operation"
397+
update:
398+
requestBody:
399+
content:
400+
application/json:
401+
examples:
402+
esqlAsyncQueryRequestExample1:
403+
$ref: "../../specification/esql/async_query/EsqlAsyncQueryRequestExample1.yaml"

output/openapi/elasticsearch-openapi.json

Lines changed: 156 additions & 2 deletions
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: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)