# File lib/oauth/tokens/access_token.rb, line 70
    def patch(path, body = '', headers = {})
      request(:patch, path, body, headers)
    end