Clones the specified application profile
POST/v1/appProfiles/:uid/clone
Clones 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
metadata
object
Application profile clone metadata
namestringrequired
Application profile name
target
object
Application profile clone target
projectUidstring
Application profile clone target project uid
versionstring
Application profile version
Responses
- 201
Created successfully
Response Headers
AuditUid
string
Audit uid for the request
- application/json
- Schema
- Example (from schema)
Schema
uidstringrequired
{
"uid": "string"
}
Loading...