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