Method: ElasticWeb::Client::Connection#put

Defined in:
lib/elasticweb/client/connection.rb

#put(path, options = {}) ⇒ Object



13
14
15
# File 'lib/elasticweb/client/connection.rb', line 13

def put(path, options = {})
  request :put, path, options
end