Browse Source

[DOCS] Update aliases to indicate array (#58469)

Updates the aliases documentation
to correct the parameter to an array.
Russ Cam 5 years ago
parent
commit
e54402526c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/reference/indices/aliases.asciidoc

+ 2 - 2
docs/reference/indices/aliases.asciidoc

@@ -93,8 +93,8 @@ If the `aliases` parameter is not specified,
 this parameter is required for the `add` or `remove` action.
 
 `aliases`::
-(String)
-Comma-separated list or wildcard expression of index alias names to
+(Array of strings)
+Array of index alias names to
 add, remove, or delete.
 +
 If the `alias` parameter is not specified,