Skip to content

Commit 787a8d0

Browse files
committed
[API] Removes local parameter from cat.aliases, indices.exist_alias, indices.get_alias
1 parent 3e8a953 commit 787a8d0

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

elasticsearch-api/lib/elasticsearch/api/actions/cat/aliases.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ module Actions
2626
#
2727
# @option arguments [List] :name A comma-separated list of alias names to return
2828
# @option arguments [String] :format a short version of the Accept header, e.g. json, yaml
29-
# @option arguments [Boolean] :local Return local information, do not retrieve the state from master node (default: false)
3029
# @option arguments [List] :h Comma-separated list of column names to display
3130
# @option arguments [Boolean] :help Return help information
3231
# @option arguments [List] :s Comma-separated list of column names or column aliases to sort by

elasticsearch-api/lib/elasticsearch/api/actions/indices/exists_alias.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ module Actions
2929
# @option arguments [Boolean] :ignore_unavailable Whether specified concrete indices should be ignored when unavailable (missing or closed)
3030
# @option arguments [Boolean] :allow_no_indices Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
3131
# @option arguments [String] :expand_wildcards Whether to expand wildcard expression to concrete indices that are open, closed or both. (options: open, closed, hidden, none, all)
32-
# @option arguments [Boolean] :local Return local information, do not retrieve the state from master node (default: false)
3332
# @option arguments [Hash] :headers Custom HTTP headers
3433
#
3534
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-aliases.html

elasticsearch-api/lib/elasticsearch/api/actions/indices/get_alias.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ module Actions
2929
# @option arguments [Boolean] :ignore_unavailable Whether specified concrete indices should be ignored when unavailable (missing or closed)
3030
# @option arguments [Boolean] :allow_no_indices Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
3131
# @option arguments [String] :expand_wildcards Whether to expand wildcard expression to concrete indices that are open, closed or both. (options: open, closed, hidden, none, all)
32-
# @option arguments [Boolean] :local Return local information, do not retrieve the state from master node (default: false)
3332
# @option arguments [Hash] :headers Custom HTTP headers
3433
#
3534
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-aliases.html

0 commit comments

Comments
 (0)