PUT api/contents/{contentId}/clone

Request Information

URI Parameters

NameDescriptionTypeAdditional information
contentId

globally unique identifier

Required

Body Parameters

CloneContentDto
NameDescriptionTypeAdditional information
ParentId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ParentId": "6a8fb307-0b4a-4a60-8c67-2a7cbe549efb"
}

Response Information

Resource Description

ContentManagementDto
NameDescriptionTypeAdditional 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.