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