# File lib/fog/key_manager/openstack/requests/replace_secret_acl.rb, line 5 def replace_secret_acl(uuid, options) request( :body => Fog::JSON.encode(options), :expects => [200], :method => 'PUT', :path => "secrets/#{uuid}/acl" ) end