Updates the name or description of a specific database by its ID.
success
if successful, error
if not.error
if not successful.UNAUTHORIZED
: The user is not authenticated or lacks sufficient permissions.DATABASE_NOT_FOUND_OR_FORBIDDEN
: The specified database does not exist or the user lacks access.INVALID_NAME
: The provided name is invalid.INVALID_DESCRIPTION
: The provided description is invalid.