Skip to content

Commit f47f444

Browse files
committed
Add overlay for delete lifecycle example
1 parent 5b53017 commit f47f444

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/overlays/elasticsearch-openapi-overlays.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,14 @@ actions:
4040
examples:
4141
resetFeaturesResponseExample1:
4242
$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"
4353

0 commit comments

Comments
 (0)