Skip to content

Commit f9b40a4

Browse files
committed
[API] Adds human parameter to xpack.info
1 parent b6f5171 commit f9b40a4

File tree

1 file changed

+1
-0
lines changed
  • elasticsearch-api/lib/elasticsearch/api/actions/xpack

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ module XPack
2424
module Actions
2525
# Retrieves information about the installed X-Pack features.
2626
#
27+
# @option arguments [Boolean] :human Defines whether additional human-readable information is included in the response. In particular, it adds descriptions and a tag line. The default value is true.
2728
# @option arguments [List] :categories Comma-separated list of info categories. Can be any of: build, license, features
2829
# @option arguments [Boolean] :accept_enterprise If this param is used it must be set to true *Deprecated*
2930
# @option arguments [Hash] :headers Custom HTTP headers

0 commit comments

Comments
 (0)