Skip to main content

Change Standard Apps Version (v2.0)

PUT 

/v2.0/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.

    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.

    region string

    App region.

    reqState string

    Possible values: [APPDEF_APPS_REQ_PENDING, APPDEF_APPS_CREATE_IN_PROGRESS, APPDEF_CODECS_CREATE_IN_PROGRESS, APPDEF_CREATE_COMPLETE, APPDEF_CREATE_FAILED]

    App states.

    sigfile_url string

    URL of the sigfile.

    tenant_id stringrequired

    The tenant ID.

    uApp_version string

    UApp Version

Responses

Successful Operation

Schema
    app_version string

    Version of the app.

    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.

    region string

    App region.

    reqState string

    Possible values: [APPDEF_APPS_REQ_PENDING, APPDEF_APPS_CREATE_IN_PROGRESS, APPDEF_CODECS_CREATE_IN_PROGRESS, APPDEF_CREATE_COMPLETE, APPDEF_CREATE_FAILED]

    App states.

    sigfile_url string

    URL of the sigfile.

    tenant_id stringrequired

    The tenant ID.

    uApp_version string

    UApp Version

Loading...