Skip to main content

Change Standard Apps Version (v2.0)

PUT 

/v2.1/api/tenants/:tenant_id/appdefs_version/:vid

Change the standard app version.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

    vid stringrequired

    Version ID.

Body

Details of the app def tenant version to be created

    app_version string

    Version of the app.

    blob_name string

    Blob name.

    disabled boolean

    Disable the app.

    disabled_reason string

    Reason to disable the app.

    id string

    Application ID.

    inactive boolean

    App status (active or inactive).

    inactive_reason string

    Reason for app being inactive.

    is_ml7_app_version boolean

    True or False value for m17 app version included.

    l4_custom_app_version int64

    The L4 custom app version.

    l7_custom_app_version int64

    The L7 custom app version.

    ml7_sigfile_url string

    The m17 sigfile URL.

    ml7_versions string[]

    The m17 versions.

    region string

    App region.

    reqState string

    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.

    sigfile_url string

    URL of the sigfile.

    tenant_id stringrequired

    The tenant ID.

    uApp_version string

    The UApp version.

Responses

Successful Operation

Schema
    app_version string

    Version of the app.

    id string

    Application ID.

    ml7_sigfile_url string

    URL of the m17 sigfile.

    reqState string

    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.

Loading...