Skip to content

Commit fa9afdd

Browse files
lcawll-trotta
authored andcommitted
Add simulate.ingest
1 parent ea0411c commit fa9afdd

18 files changed

+1428
-707
lines changed

docs/overlays/elasticsearch-openapi-overlays.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,3 +471,30 @@ actions:
471471
$ref: "../../specification/search_application/render_query/SearchApplicationsRenderQueryRequestExample1.yaml"
472472
renderSearchApplicationQueryResponseExample1:
473473
$ref: "../../specification/search_application/render_query/SearchApplicationsRenderQueryResponseExample1.yaml"
474+
475+
- target: "$.components['requestBodies']['simulate.ingest']"
476+
description: "Add example for simulate ingest request"
477+
update:
478+
content:
479+
application/json:
480+
examples:
481+
simulateIngestRequestExample1:
482+
$ref: "../../specification/simulate/ingest/SimulateIngestRequestExample1.yaml"
483+
simulateIngestRequestExample2:
484+
$ref: "../../specification/simulate/ingest/SimulateIngestRequestExample2.yaml"
485+
simulateIngestRequestExample3:
486+
$ref: "../../specification/simulate/ingest/SimulateIngestRequestExample3.yaml"
487+
simulateIngestRequestExample4:
488+
$ref: "../../specification/simulate/ingest/SimulateIngestRequestExample4.yaml"
489+
- target: "$.components['responses']['simulate.ingest#200']"
490+
description: "Add example for simulate ingest response"
491+
update:
492+
content:
493+
application/json:
494+
examples:
495+
simulateIngestResponseExample1:
496+
$ref: "../../specification/simulate/ingest/SimulateIngestResponseExample1.yaml"
497+
simulateIngestResponseExample2:
498+
$ref: "../../specification/simulate/ingest/SimulateIngestResponseExample2.yaml"
499+
simulateIngestResponseExample3:
500+
$ref: "../../specification/simulate/ingest/SimulateIngestResponseExample3.yaml"

output/openapi/elasticsearch-openapi.json

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

0 commit comments

Comments
 (0)