App
Sets the active version of an application
post/app/{appId}/setActiveVersion
Path parameters
appIdnumber required
ID of the target application
Request body
Example request
{
"activeVersion": 2
}Response
OK - Active version successfully set
Example response
{
"message": "Successfully deleted"
}