Skip to main content
Version: latest

Updates the specified manifest of the profile's pack

PUT 

/v1/clusterprofiles/:uid/packs/:packName/manifests/:manifestUid

Updates the specified manifest of the profile's pack

Request

Path Parameters

    uid stringrequired

    Cluster profile uid

    packName stringrequired

    Cluster profile pack name

    manifestUid stringrequired

    Cluster profile pack manifest uid

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

Body

    contentstring

    Manifest content

    namestring

    Manifest name

Responses

The resource was updated successfully

Loading...