Skip to content

Commit 5aba69f

Browse files
committed
[API] cluster.info adds option 'script' in target parameter
1 parent 36f60a8 commit 5aba69f

File tree

1 file changed

+1
-1
lines changed
  • elasticsearch-api/lib/elasticsearch/api/actions/cluster

1 file changed

+1
-1
lines changed

elasticsearch-api/lib/elasticsearch/api/actions/cluster/info.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module Cluster
2424
module Actions
2525
# Returns different information about the cluster.
2626
#
27-
# @option arguments [List] :target Limit the information returned to the specified target. (options: _all, http, ingest, thread_pool)
27+
# @option arguments [List] :target Limit the information returned to the specified target. (options: _all, http, ingest, thread_pool, script)
2828
# @option arguments [Hash] :headers Custom HTTP headers
2929
#
3030
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/cluster-info.html

0 commit comments

Comments
 (0)