PUT api/contents/{contentId}/hierarchy
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| contentId | globally unique identifier |
Required |
Body Parameters
Collection of ContentListItemDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Tags | Collection of string |
None. |
|
| Level | integer |
None. |
|
| Rank | integer |
None. |
|
| Children | Collection of ContentListItemDto |
None. |
|
| IsRecycled | boolean |
None. |
|
| Description | string |
None. |
|
| Status | string |
None. |
|
| LastModified | date |
None. |
|
| CreatedDate | date |
None. |
|
| TemplateId | globally unique identifier |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
Response Information
Resource Description
ContentManagementDto| Name | 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.