We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2e215f commit 0103eaeCopy full SHA for 0103eae
docs/overlays/elasticsearch-openapi-overlays.yaml
@@ -226,4 +226,12 @@ actions:
226
application/json:
227
examples:
228
removePolicyResponseExample1:
229
- $ref: "../../specification/ilm/remove_policy/RemovePolicyResponseExample1.json"
+ $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