Updates the specified application deployment profile tier information
PUT/v1/appDeployments/:uid/profile/tiers/:tierUid
Updates the specified application deployment profile tier information
Request
Path Parameters
uid stringrequired
Application deployment uid
tierUid stringrequired
Application deployment tier uid
- application/json
Body
Array [
]
Array [
]
containerRegistryUidstring
Application tier container registry uid
installOrderint32
Application tier installation order
manifests
undefined[]
Application tier manifests
contentstring
Manifest content in yaml
namestringrequired
Manifest name
uidstring
Manifest uid
namestring
Application tier name
properties
undefined[]
Application tier properties
namestring
Application tier property name
valuestring
Application tier property value
valuesstring
Application tier configuration values in yaml format
versionstring
Application tier version
Responses
- 204
The resource was updated successfully
Loading...