Skip to content

Commit

Permalink
[DOCS] Update aliases to indicate array (#58469)
Browse files Browse the repository at this point in the history
Updates the aliases documentation
to correct the parameter to an array.
  • Loading branch information
russcam authored and jrodewig committed Jun 24, 2020
1 parent 628ae25 commit 73612ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/indices/aliases.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 73612ca

Please sign in to comment.