You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: elasticsearch-api/lib/elasticsearch/api/actions/xpack/info.rb
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ module XPack
24
24
moduleActions
25
25
# Retrieves information about the installed X-Pack features.
26
26
#
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.
27
28
# @option arguments [List] :categories Comma-separated list of info categories. Can be any of: build, license, features
28
29
# @option arguments [Boolean] :accept_enterprise If this param is used it must be set to true *Deprecated*
0 commit comments