CMS Content Clone

Clone a piece of managed content.
Resource
/connect/cms/contents/contentKeyOrId/clone
Available version
61.0
HTTP methods
POST
Request body for POST
Root XML tag
<ManagedContentDocumentCloneInputRepresentation>
JSON example
{
  "includeVariants": true,
  "contentSpaceOrFolderId": "9Puxx0000004M92CAE",
  "title": "Cloned Content",
  "apiName": "new_api_name"
}
Properties
Name Type Description Required or Optional Available Version
apiName String API name of the cloned content. Optional 61.0
contentSpaceOr​FolderId String ID of the target folder for the cloned content. If unspecified, defaults to the folder of the source content. Optional 61.0
includeVariants Boolean Specifies whether to include variants (true) or not (false) when cloning the content. If unspecified, default is false. Optional 61.0
title String Title of the cloned content. If unspecified, “clone of” is appended to the source content’s title. Optional 61.0
Response body for POST
Managed Content Document Clone