lib/elasticsearch/api/actions/indices/get_settings.rb in elasticsearch-api-2.0.2 vs lib/elasticsearch/api/actions/indices/get_settings.rb in elasticsearch-api-5.0.0.pre
- old
+ new
@@ -51,12 +51,9 @@
:expand_wildcards,
:flat_settings,
:local
]
- unsupported_params = [ :include_defaults ]
- Utils.__report_unsupported_parameters(arguments.keys, unsupported_params)
-
method = HTTP_GET
path = Utils.__pathify Utils.__listify(arguments[:index]),
Utils.__listify(arguments[:type]),
arguments.delete(:prefix),
'_settings',