Skip to content

Commit f2cd547

Browse files
author
Adam Locke
authored
[DOCS] Removing wildcard from DELETE index template request (#70418)
1 parent c4233df commit f2cd547

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/reference/indices/index-templates.asciidoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,9 @@ PUT _index_template/template_1
156156
157157
[source,console]
158158
----
159-
DELETE _index_template/*
160-
DELETE _component_template/*
159+
DELETE _index_template/template_1
160+
DELETE _component_template/runtime_component_template
161+
DELETE _component_template/component_template1
161162
----
162163
// TEST[continued]
163164

0 commit comments

Comments
 (0)