Skip to content

Commit 343412a

Browse files
committed
Categorize overlays
1 parent d95befd commit 343412a

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

docs/overlays/elasticsearch-openapi-overlays.yaml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,15 @@ actions:
425425
examples:
426426
dataStreamLifecycleStatsResponseExample1:
427427
$ref: "../../specification/indices/get_data_lifecycle_stats/examples/response/IndicesGetDataLifecycleStatsResponseExample1.yaml"
428+
## Examples for inference
429+
- target: "$.components['requestBodies']['inference.stream_inference']"
430+
description: "Add example for inference stream request"
431+
update:
432+
content:
433+
application/json:
434+
examples:
435+
streamInferenceRequestExample1:
436+
$ref: "../../specification/inference/stream_inference/examples/request/StreamInferenceRequestExample1.yaml"
428437
## Examples for ingest
429438
- target: "$.components['requestBodies']['simulate.ingest']"
430439
description: "Add example for simulate ingest request"
@@ -574,12 +583,4 @@ actions:
574583
examples:
575584
updateWatcherSettingsRequestExample1:
576585
$ref: "../../specification/watcher/get_settings/examples/200_response/WatcherGetSettingsResponseExample1.yaml"
577-
## Examples for inference
578-
- target: "$.components['requestBodies']['inference.stream_inference']"
579-
description: "Add example for inference stream request"
580-
update:
581-
content:
582-
application/json:
583-
examples:
584-
streamInferenceRequestExample1:
585-
$ref: "../../specification/inference/stream_inference/examples/request/StreamInferenceRequestExample1.yaml"
586+

0 commit comments

Comments
 (0)