Browse Source

Adjust the docs for template-v1 API (#70801)

The delete legacy template API doesn't support comma-separated list of names in any version.

Forward-port of #70649
Martijn van Groningen 4 years ago
parent
commit
ccb473c56c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/indices/delete-index-template-v1.asciidoc

+ 1 - 1
docs/reference/indices/delete-index-template-v1.asciidoc

@@ -48,7 +48,7 @@ privilege>> to use this API.
 
 `<legacy-index-template>`::
 (Required, string)
-Comma-separated list of legacy index templates to delete. Wildcard (`*`)
+The name of the legacy index template to delete. Wildcard (`*`)
 expressions are supported.