Change Standard Apps Version (v2.0)
Change the standard app version.
Path Parameters
The tenant ID.
Version ID.
Request Body
Details of the app def tenant version to be created
Version of the app.
Disable the app.
Reason to disable the app.
Application ID.
App status (active or inactive).
Reason for app being inactive.
App region.
Possible values: [APPDEF_APPS_REQ_PENDING
, APPDEF_APPS_CREATE_IN_PROGRESS
, APPDEF_CODECS_CREATE_IN_PROGRESS
, APPDEF_CREATE_COMPLETE
, APPDEF_CREATE_FAILED
]
App states.
URL of the sigfile.
The tenant ID.
UApp Version
- 200
- 400
Successful Operation
Schema
Version of the app.
Disable the app.
Reason to disable the app.
Application ID.
App status (active or inactive).
Reason for app being inactive.
App region.
Possible values: [APPDEF_APPS_REQ_PENDING
, APPDEF_APPS_CREATE_IN_PROGRESS
, APPDEF_CODECS_CREATE_IN_PROGRESS
, APPDEF_CREATE_COMPLETE
, APPDEF_CREATE_FAILED
]
App states.
URL of the sigfile.
The tenant ID.
UApp Version
{
"app_version": "string",
"disabled": true,
"disabled_reason": "string",
"id": "string",
"inactive": true,
"inactive_reason": "string",
"region": "string",
"reqState": "APPDEF_APPS_REQ_PENDING",
"sigfile_url": "string",
"tenant_id": "string",
"uApp_version": "string"
}
Bad Request
Schema
- Array [
- ]
_error ErrorResponse[]
{
"_error": [
{
"code": "string",
"message": "string"
}
]
}
{
"value": {
"_error": [
{
"code": "GENERAL_CONFIG_ERROR"
}
]
}
}