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 d2d7eef commit d46dc04Copy full SHA for d46dc04
docs/overlays/elasticsearch-shared-overlays.yaml
@@ -260,4 +260,14 @@ actions:
260
application/json:
261
examples:
262
indicesPutDataLifecycleResponseExample1:
263
- $ref: "../../specification/indices/put_data_lifecycle/IndicesPutDataLifecycleResponseExample1.yaml"
+ $ref: "../../specification/indices/put_data_lifecycle/IndicesPutDataLifecycleResponseExample1.yaml"
264
+ - target: "$.paths['/{index}/_lifecycle/explain']['get']"
265
+ description: "Add example for explain data stream lifecycle response"
266
+ update:
267
+ responses:
268
+ 200:
269
+ content:
270
+ application/json:
271
+ examples:
272
+ indicesExplainDataLifecycleResponseExample:
273
+ $ref: "../../specification/indices/explain_data_lifecycle/IndicesExplainDataLifecycleResponseExample1.yaml"
0 commit comments