Adds manifest to the specified application profile tier
POST/v1/appProfiles/:uid/tiers/:tierUid/manifests
Adds manifest to the specified application profile tier
Request
Path Parameters
uid stringrequired
Application profile uid
tierUid stringrequired
Application profile tier uid
- application/json
 
Body
contentstring
Manifest content
namestring
Manifest name
Responses
- 201
 
Created successfully
Response Headers
AuditUid
string
Audit uid for the request
- application/json
 
- Schema
 - Example (from schema)
 
Schema
uidstringrequired
{
  "uid": "string"
}
Loading...