We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7301a8 commit d13d74eCopy full SHA for d13d74e
elasticsearch-api/utils/thor/templates/_perform_request.erb
@@ -9,6 +9,8 @@ when 'mtermvectors'
9
end
10
<%- when 'cluster.reroute', 'cluster.put_settings' %>
11
body = arguments[:body] || {}
12
+<%- when 'ml.find_file_structure' %>
13
+ body = Elasticsearch::API::Utils.__bulkify(arguments.delete(:body))
14
<%- else -%>
15
<%= ' '*(@namespace_depth+3) %>body = <%= @spec['body'].nil? ? 'nil' : 'arguments[:body]' %>
16
<%- end -%>
0 commit comments