Introduction
Updates the specified columns for a MyGeotab database using the provided admin credentials.
Parameters

adminEmail

The admin user's email address for authentication.

columnsToUpdate

A dictionary containing column names and their new values to update for the mygeotab database.

databaseName

The name of the MyGeotab database to update.

password

The admin user's password for authentication.
Return value
A RegistrationCode indicating the result of the update operation.
Code samples