system.kanoa.config.updateVersionInfo
Description
This function updates version information such as database, project, or tag version number.Syntax
updateVersionInfo(versionInfo, userId)Parameters:
Returns:
Dictionary
Parameter | Type | Required | Notes |
---|---|---|---|
type | str | Type of version information (e.g. 'database', 'project', 'tag') | |
name | str | Name of the database, project, or tag | |
element | str | Specific to the type, for database this could be the schema, can be null | |
versionNumber | str | Version number |
Code Examples
# Example Usage:
app_version_id = system.kanoa.config.updateVersionInfo(versionInfo, userId)