addVersion
addVersion
is a method on the ANTVersions
class that adds a new version to an ANT. This method requires authentication and a signer to be provided during initialization.
Examples
addVersion
Parameters
Parameter | Type | Description | Optional |
---|---|---|---|
version | string | The version identifier (e.g., "2.0.0") | false |
moduleId | string | The module ID for the new version | false |
luaSourceId | string | The Lua source ID for the new version | true |
notes | string | Notes or description for the new version | true |