PUT api/contents/{contentId}/clone
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
contentId | globally unique identifier |
Required |
Body Parameters
CloneContentDtoName | Description | Type | Additional information |
---|---|---|---|
ParentId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "ParentId": "c4fc8f2f-fa21-489a-805c-52c316d0b6c3" }
Response Information
Resource Description
ContentManagementDtoName | Description | Type | Additional information |
---|---|---|---|
ContentHead | ContentHeadDto |
None. |
|
Content | ContentDto |
None. |
|
Rules | Collection of ContentInheritanceRulesDto |
None. |
|
Root | ContentListItemDto |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.