module Github::Request::Verbs

def patch_request(path, params = ParamsHash.empty)

Other tags:
    Api: - public
def patch_request(path, params = ParamsHash.empty)
  Request.new(:patch, path, self).call(current_options, params)
end