Change Standard Apps Version (v2.0)
PUT/v2.1/api/tenants/:tenant_id/appdefs_version/:vid
Change the standard app version.
Request
Path Parameters
The tenant ID.
Version ID.
- application/json
Body
Details of the app def tenant version to be created
Version of the app.
Blob name.
Disable the app.
Reason to disable the app.
Application ID.
App status (active or inactive).
Reason for app being inactive.
True or False value for m17 app version included.
The L4 custom app version.
The L7 custom app version.
The m17 sigfile URL.
The m17 versions.
App region.
Possible values: [APPDEF_APPS_REQ_PENDING
, APPDEF_APPS_CREATE_IN_PROGRESS
, APPDEF_CODECS_CREATE_IN_PROGRESS
, APPDEF_ML7_POSTED
, APPDEF_ML7_PENDING
, APPDEF_CREATE_COMPLETE
, APPDEF_CREATE_FAILED
]
App states.
URL of the sigfile.
The tenant ID.
The UApp version.
Responses
- 200
- 400
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
Version of the app.
Application ID.
URL of the m17 sigfile.
Possible values: [APPDEF_APPS_REQ_PENDING
, APPDEF_APPS_CREATE_IN_PROGRESS
, APPDEF_CODECS_CREATE_IN_PROGRESS
, APPDEF_ML7_POSTED
, APPDEF_ML7_PENDING
, APPDEF_CREATE_COMPLETE
, APPDEF_CREATE_FAILED
]
App states.
{
"app_version": "string",
"id": "string",
"ml7_sigfile_url": "string",
"reqState": "APPDEF_APPS_REQ_PENDING"
}
Bad Request
- application/json
- Schema
- Example (from schema)
- Example
Schema
- Array [
- ]
_error ErrorResponse[]
The error code.
The error message.
{
"_error": [
{
"code": "string",
"message": "string"
}
]
}
{
"value": {
"_error": [
{
"code": "GENERAL_CONFIG_ERROR"
}
]
}
}