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": "c4fc8f2f-fa21-489a-805c-52c316d0b6c3"
}

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.