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