# File lib/fog/shared_file_system/openstack/requests/update_snapshot.rb, line 5
        def update_snapshot(id, options = {})
          request(
            :body    => Fog::JSON.encode('snapshot' => options),
            :expects => 200,
            :method  => 'PUT',
            :path    => "snapshots/#{id}"
          )
        end