Skip to content

Commit

Permalink
Add simulate.ingest
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Jan 1, 2025
1 parent 2efcd2c commit ad4b914
Show file tree
Hide file tree
Showing 18 changed files with 1,428 additions and 708 deletions.
28 changes: 27 additions & 1 deletion docs/overlays/elasticsearch-openapi-overlays.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -391,4 +391,30 @@ actions:
application/json:
examples:
indicesLegacyPutTemplateRequestExample1:
$ref: "../../specification/indices/put_template/indicesPutTemplateRequestExample1.yaml"
$ref: "../../specification/indices/put_template/indicesPutTemplateRequestExample1.yaml"
- target: "$.components['requestBodies']['simulate.ingest']"
description: "Add example for simulate ingest request"
update:
content:
application/json:
examples:
simulateIngestRequestExample1:
$ref: "../../specification/simulate/ingest/SimulateIngestRequestExample1.yaml"
simulateIngestRequestExample2:
$ref: "../../specification/simulate/ingest/SimulateIngestRequestExample2.yaml"
simulateIngestRequestExample3:
$ref: "../../specification/simulate/ingest/SimulateIngestRequestExample3.yaml"
simulateIngestRequestExample4:
$ref: "../../specification/simulate/ingest/SimulateIngestRequestExample4.yaml"
- target: "$.components['responses']['simulate.ingest#200']"
description: "Add example for simulate ingest response"
update:
content:
application/json:
examples:
simulateIngestResponseExample1:
$ref: "../../specification/simulate/ingest/SimulateIngestResponseExample1.yaml"
simulateIngestResponseExample2:
$ref: "../../specification/simulate/ingest/SimulateIngestResponseExample2.yaml"
simulateIngestResponseExample3:
$ref: "../../specification/simulate/ingest/SimulateIngestResponseExample3.yaml"
212 changes: 199 additions & 13 deletions output/openapi/elasticsearch-openapi.json

Large diffs are not rendered by default.

26 changes: 13 additions & 13 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 ad4b914

Please sign in to comment.