Elastic.HTTP.put
You're seeing just the function
put
, go back to Elastic.HTTP module for more information.
Makes a request using the PUT HTTP method:
Elastic.HTTP.put("/answers/answer/1", body: %{
text: "I like using Elastic Search"
})