v1
latestOpenAPI 3.0.02026-07-175152156.1 KBApp
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"
}