25 26 27
# File 'lib/connection.rb', line 25 def patch(path, params = {}) request(:patch, path, params.to_json) end