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