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