Skip to main content
Version: latest

Updates app tier of the specified application profile

PATCH 

/v1/appProfiles/:uid/tiers

Updates app tier of the specified application profile

Request

Path Parameters

    uid stringrequired

    Application profile uid

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

Body

    appTier

    object

    Application tier request payload

    containerRegistryUidstring

    Application tier container registry uid

    installOrderint32

    Application tier installation order

    manifests

    undefined[]

    Application tier manifests

  • Array [

  • contentstring

    Manifest content

    namestring

    Manifest name

  • ]

  • namestringrequired

    Application tier name

    properties

    undefined[]

    Application tier properties

  • Array [

  • namestring

    Application tier property name

    valuestring

    Application tier property value

  • ]

  • registryUidstring

    Application tier registry uid

    sourceAppTierUidstring

    Application tier source pack uid

    typestring

    Possible values: [manifest, helm, operator-instance, container]

    Default value: manifest

    valuesstring

    Application tier configuration values in yaml format

    versionstring

    Application tier version

    replaceWithAppTierstring

    Application tier UID to be replaced with new tier

Responses

Created successfully

Response Headers

  • AuditUid

    string

    Audit uid for the request

Schema

    uidstringrequired
Loading...