21 22 23
# File 'lib/connection.rb', line 21 def put(path, params = {}) request(:put, path, params.to_json) end