# File lib/fog/profitbricks/requests/compute/update_image.rb, line 57
        def update_image(image_id, options = {})
          request(
            :expects => [202],
            :method  => 'PATCH',
            :path    => "/images/#{image_id}",
            :body    => Fog::JSON.encode(options)
          )
        end