Skip to content

Commit

Permalink
Add esql.async_query, esql.async_query_get, esql.async_query_delete (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl authored Jan 16, 2025
1 parent 85cbe3c commit 82aed1f
Show file tree
Hide file tree
Showing 17 changed files with 1,226 additions and 47 deletions.
10 changes: 10 additions & 0 deletions docs/overlays/elasticsearch-openapi-overlays.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,16 @@ actions:
examples:
postBehavioralAnalyticsEventRequestExample1:
$ref: "../../specification/search_application/post_behavioral_analytics_event/examples/request/BehavioralAnalyticsEventPostRequestExample1.yaml"
## Examples for esql
- target: "$.paths['/_query/async']['post']"
description: "Add examples for async esql query operation"
update:
requestBody:
content:
application/json:
examples:
esqlAsyncQueryRequestExample1:
$ref: "../../specification/esql/async_query/examples/request/AsyncQueryRequestExample1.yaml"
## Examples for indices
- target: "$.paths['/_lifecycle/stats']['get']"
description: "Add examples for get lifecycle stats operation"
Expand Down
276 changes: 274 additions & 2 deletions output/openapi/elasticsearch-openapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions output/openapi/elasticsearch-serverless-openapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 82aed1f

Please sign in to comment.