# File lib/hammer_cli_import/base.rb, line 437
    def update_entity(entity_type, id, entity_hash)
      info "Updating #{to_singular(entity_type)} with id: #{id}"
      mapped_api_call(entity_type, :update, {:id => id}.merge!(entity_hash))
    end