module Octokit::Connection

def patch(url, options = {})

Returns:
  • (Sawyer::Resource) -

Parameters:
  • options (Hash) -- Body and header params for request
  • url (String) -- The path, relative to {#api_endpoint}
def patch(url, options = {})
  request :patch, url, options
end