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 5b53017 commit f47f444Copy full SHA for f47f444
docs/overlays/elasticsearch-openapi-overlays.yaml
@@ -40,4 +40,14 @@ actions:
40
examples:
41
resetFeaturesResponseExample1:
42
$ref: "../../specification/features/reset_features/ResetFeaturesResponseExample1.json"
43
+ - target: "$.paths['/_ilm/policy/{policy}']['delete']"
44
+ description: "Add examples for delete lifecycle policy operation"
45
+ update:
46
+ responses:
47
+ 200:
48
+ content:
49
+ application/json:
50
+ examples:
51
+ deleteLifecycleResponseExample1:
52
+ $ref: "../../specification/ilm/delete_lifecycle/DeleteLifecycleResponseExample1.json"
53
0 commit comments