# File lib/fog/shared_file_system/openstack/requests/shrink_share.rb, line 16 def shrink_share(_share_id, _new_size) response = Excon::Response.new response.status = 202 response end