module Octokit::Connection
def patch(url, options = {})
-
(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