Packs
Get the next valid version for a Pack.
Get the next valid version based on the proposed metadata.
post/packs/{packId}/nextVersion
Path parameters
packIdinteger required
ID of a Pack
Request body
Example request
{
"proposedMetadata": "{\"formulas\": [{\"description\": \"my formula\", \"name\": \"foo\", \"parameters\": [], \"resultType\": 0}]}",
"sdkVersion": "1.0.0"
}Response
Next Pack version info.
Example response
{
"nextVersion": "2.1.0"
}