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 023ea46 commit 3c8747bCopy full SHA for 3c8747b
elasticsearch-api/lib/elasticsearch/api/actions/inference/update.rb
@@ -50,7 +50,7 @@ def update(arguments = {})
50
51
_task_type = arguments.delete(:task_type)
52
53
- method = Elasticsearch::API::HTTP_POST
+ method = Elasticsearch::API::HTTP_PUT
54
path = if _task_type && _inference_id
55
"_inference/#{Utils.__listify(_task_type)}/#{Utils.__listify(_inference_id)}/_update"
56
else
0 commit comments