[DOCS] Update aliases to indicate array (#58469)
Updates the aliases documentation to correct the parameter to an array.
This commit is contained in:
parent
dbbf2772d8
commit
441bc14d21
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue