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": "1c33e134-62fb-46b0-b815-a66b4b0f9553"
}

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.