Skip to content

Commit 5a97d83

Browse files
committed
[XPACK] Update API removing duplicate documented parameters
1 parent 5327d74 commit 5a97d83

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

elasticsearch-xpack/lib/elasticsearch/xpack/api/actions/searchable_snapshots/clear_cache.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ module Actions
3030
# @option arguments [Boolean] :ignore_unavailable Whether specified concrete indices should be ignored when unavailable (missing or closed)
3131
# @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)
3232
# @option arguments [String] :expand_wildcards Whether to expand wildcard expression to concrete indices that are open, closed or both. (options: open, closed, none, all)
33-
# @option arguments [List] :index A comma-separated list of index name to limit the operation
3433
# @option arguments [Hash] :headers Custom HTTP headers
3534
#
3635
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.x/searchable-snapshots-apis.html

elasticsearch-xpack/lib/elasticsearch/xpack/api/actions/watcher/stats.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ module Actions
2323
# Retrieves the current Watcher metrics.
2424
#
2525
# @option arguments [List] :metric Controls what additional stat metrics should be include in the response (options: _all, queued_watches, current_watches, pending_watches)
26-
# @option arguments [List] :metric Controls what additional stat metrics should be include in the response (options: _all, queued_watches, current_watches, pending_watches)
2726
# @option arguments [Boolean] :emit_stacktraces Emits stack traces of currently running watches
2827
# @option arguments [Hash] :headers Custom HTTP headers
2928
#

0 commit comments

Comments
 (0)