lib/elasticsearch/api/actions/cat/count.rb in elasticsearch-api-1.1.1 vs lib/elasticsearch/api/actions/cat/count.rb in elasticsearch-api-1.1.2
- old
+ new
@@ -42,12 +42,9 @@
:master_timeout,
:h,
:help,
:v ]
- unsupported_params = [ :format ]
- Utils.__report_unsupported_parameters(arguments.keys, unsupported_params)
-
index = arguments.delete(:index)
method = HTTP_GET
path = Utils.__pathify '_cat/count', Utils.__listify(index)