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