Skip to main content
Version: latest

Updates the specified application deployment tier manifest information

PUT 

/v1/appDeployments/:uid/profile/tiers/:tierUid/manifests/:manifestUid

Updates the specified application deployment tier manifest information

Request

Path Parameters

    uid stringrequired

    Application deployment uid

    tierUid stringrequired

    Application deployment tier uid

    manifestUid stringrequired

    Application deployment tier manifest uid

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

Body

    contentstring

    Manifest content in yaml

    namestringrequired

    Manifest name

    uidstring

    Manifest uid

Responses

The resource was updated successfully

Loading...