Skip to main content
Version: latest

Updates the specified application profile tier

PUT 

/v1/appProfiles/:uid/tiers/:tierUid

Updates the specified application profile tier

Request

Path Parameters

    uid stringrequired

    Application profile uid

    tierUid stringrequired

    Application profile tier uid

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

Body

    containerRegistryUidstring

    Application tier container registry uid

    installOrderint32

    Application tier installation order

    manifests

    undefined[]

    Application tier manifests

  • Array [

  • contentstring

    Manifest content in yaml

    namestringrequired

    Manifest name

    uidstring

    Manifest uid

  • ]

  • namestring

    Application tier name

    properties

    undefined[]

    Application tier properties

  • Array [

  • namestring

    Application tier property name

    valuestring

    Application tier property value

  • ]

  • valuesstring

    Application tier configuration values in yaml format

    versionstring

    Application tier version

Responses

The resource was updated successfully

Loading...