Skip to content

Commit

Permalink
[DOCS] Removing wildcard from DELETE index template request (#70418)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Locke authored Mar 15, 2021
1 parent c4233df commit f2cd547
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/reference/indices/index-templates.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,9 @@ PUT _index_template/template_1
[source,console]
----
DELETE _index_template/*
DELETE _component_template/*
DELETE _index_template/template_1
DELETE _component_template/runtime_component_template
DELETE _component_template/component_template1
----
// TEST[continued]
Expand Down

0 comments on commit f2cd547

Please sign in to comment.