Skip to content

Commit ad4b914

Browse files
committed
Add simulate.ingest
1 parent 2efcd2c commit ad4b914

18 files changed

+1428
-708
lines changed

docs/overlays/elasticsearch-openapi-overlays.yaml

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,4 +391,30 @@ 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: "$.components['requestBodies']['simulate.ingest']"
396+
description: "Add example for simulate ingest request"
397+
update:
398+
content:
399+
application/json:
400+
examples:
401+
simulateIngestRequestExample1:
402+
$ref: "../../specification/simulate/ingest/SimulateIngestRequestExample1.yaml"
403+
simulateIngestRequestExample2:
404+
$ref: "../../specification/simulate/ingest/SimulateIngestRequestExample2.yaml"
405+
simulateIngestRequestExample3:
406+
$ref: "../../specification/simulate/ingest/SimulateIngestRequestExample3.yaml"
407+
simulateIngestRequestExample4:
408+
$ref: "../../specification/simulate/ingest/SimulateIngestRequestExample4.yaml"
409+
- target: "$.components['responses']['simulate.ingest#200']"
410+
description: "Add example for simulate ingest response"
411+
update:
412+
content:
413+
application/json:
414+
examples:
415+
simulateIngestResponseExample1:
416+
$ref: "../../specification/simulate/ingest/SimulateIngestResponseExample1.yaml"
417+
simulateIngestResponseExample2:
418+
$ref: "../../specification/simulate/ingest/SimulateIngestResponseExample2.yaml"
419+
simulateIngestResponseExample3:
420+
$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)