Skip to content

Commit

Permalink
fix overlay wrong indent
Browse files Browse the repository at this point in the history
  • Loading branch information
l-trotta committed Jan 13, 2025
1 parent a910fa9 commit 9d59722
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/overlays/elasticsearch-openapi-overlays.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -567,11 +567,11 @@ actions:
updateWatcherSettingsRequestExample1:
$ref: "../../specification/watcher/get_settings/examples/200_response/WatcherGetSettingsResponseExample1.yaml"
## Examples for inference
- target: "$.components['requestBodies']['inference.stream_inference']"
description: "Add example for inference stream request"
update:
content:
application/json:
examples:
streamInferenceRequestExample1:
$ref: "../../specification/inference/stream_inference/example/request/StreamInferenceRequestExample1.yaml"
- target: "$.components['requestBodies']['inference.stream_inference']"
description: "Add example for inference stream request"
update:
content:
application/json:
examples:
streamInferenceRequestExample1:
$ref: "../../specification/inference/stream_inference/examples/request/StreamInferenceRequestExample1.yaml"

0 comments on commit 9d59722

Please sign in to comment.