Newer Version Available

This content describes an older version of this product. View Latest

Managed Content Document Clone Input

Managed content clone input.
Root XML tag
<ManagedContentDocumentCloneInputRepresentation>
JSON example
1{
2  "includeVariants": true,
3  "contentSpaceOrFolderId": "9Puxx0000004M92CAE",
4  "title": "Cloned Content",
5  "apiName": "new_api_name"
6}
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