# File lib/fog/brightbox/requests/compute/update_firewall_policy.rb, line 18
        def update_firewall_policy(identifier, options)
          return nil if identifier.nil? || identifier == ""
          return nil if options.empty? || options.nil?
          wrapped_request("put", "/1.0/firewall_policies/#{identifier}", [200], options)
        end