Skip to content

Commit 0103eae

Browse files
committed
Add overlay for clone index example
1 parent c2e215f commit 0103eae

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/overlays/elasticsearch-openapi-overlays.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,4 +226,12 @@ actions:
226226
application/json:
227227
examples:
228228
removePolicyResponseExample1:
229-
$ref: "../../specification/ilm/remove_policy/RemovePolicyResponseExample1.json"
229+
$ref: "../../specification/ilm/remove_policy/RemovePolicyResponseExample1.json"
230+
- target: "$.components['requestBodies']['indices.clone']"
231+
description: "Add examples for clone index request"
232+
update:
233+
content:
234+
application/json:
235+
examples:
236+
indicesCloneRequestExample1:
237+
$ref: "../../specification/indices/clone/indicesCloneRequestExample1.yaml"

0 commit comments

Comments
 (0)