Skip to main content
Version: latest

Updates the specified pack information in the cluster profile

PUT 

/v1/clusterprofiles/:uid/packs/:packName

Updates the specified pack information in the cluster profile

Request

Path Parameters

    uid stringrequired

    Cluster profile uid

    packName stringrequired

    Cluster profile pack name

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

Body

    pack

    object

    Pack object

    layerstring

    Pack layer

    namestringrequired

    Pack name

    tagstring

    Pack tag

    typestring

    Possible values: [spectro, helm, manifest, oci]

    Default value: spectro

    uidstringrequired

    Pack uid

    valuesstring

    values represents the values.yaml used as input parameters either Params OR Values should be used, not both If both applied at the same time, will only use Values

Responses

The resource was updated successfully

Loading...