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": "887119fd-3b48-4573-be9f-90731cdfb211"
}

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.