Updates app tier of the specified application profile
PATCH/v1/appProfiles/:uid/tiers
Updates app tier of the specified application profile
Request
Path Parameters
uid stringrequired
Application profile uid
Header Parameters
ProjectUid string
Scope the request to the specified project uid
- application/json
 
Body
- Array [
 - ]
 - Array [
 - ]
 
appTier object
Application tier request payload
containerRegistryUidstring
Application tier container registry uid
installOrderint32
Application tier installation order
manifests undefined[]
Application tier manifests
contentstring
Manifest content
namestring
Manifest name
namestringrequired
Application tier name
properties undefined[]
Application tier properties
namestring
Application tier property name
valuestring
Application tier property value
registryUidstring
Application tier registry uid
sourceAppTierUidstring
Application tier source pack uid
typestring
Possible values: [manifest, helm, operator-instance, container]
Default value: manifest
valuesstring
Application tier configuration values in yaml format
versionstring
Application tier version
replaceWithAppTierstring
Application tier UID to be replaced with new tier
Responses
- 201
 
Created successfully
Response Headers
AuditUid string
Audit uid for the request
- application/json
 
- Schema
 - Example (from schema)
 
Schema
uidstringrequired
{
  "uid": "string"
}
Loading...