PUT api/contents/{contentId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| contentId | globally unique identifier |
Required |
Body Parameters
ContentDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| TemplateData | TemplateDto |
None. |
|
| IsRoot | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "2e1850c2-f590-4cf6-8e7c-e6efaeafac22",
"Name": "sample string 2",
"TemplateData": {
"Drafts": [
{
"Id": "33bd4e37-f5ff-4bdc-a7be-f1ecfe4a9f6d",
"CreatedDate": "2026-01-11T11:23:04.4103832+00:00",
"CreatedBy": "a5e228c8-35f0-46db-9a3a-3f7f033c838e",
"CreatedByUser": {
"Id": "e19d8e07-87a2-46e8-a3c8-25507e881d35",
"Name": "sample string 2",
"Email": "sample string 3",
"IsActive": true,
"Customer": {
"Id": "493b52ea-5ddb-446b-969b-ad154186d324",
"Name": "sample string 2"
},
"Roles": [
{
"Role": "Viewer",
"CustomerGroup": {
"Id": "493b52ea-5ddb-446b-969b-ad154186d324",
"Name": "sample string 2"
},
"IsActive": true
},
{
"Role": "Viewer",
"CustomerGroup": {
"Id": "493b52ea-5ddb-446b-969b-ad154186d324",
"Name": "sample string 2"
},
"IsActive": true
}
]
},
"TemplateInfoId": "7477f565-3bd8-48bf-b168-517c5ac274a2"
},
{
"Id": "33bd4e37-f5ff-4bdc-a7be-f1ecfe4a9f6d",
"CreatedDate": "2026-01-11T11:23:04.4103832+00:00",
"CreatedBy": "a5e228c8-35f0-46db-9a3a-3f7f033c838e",
"CreatedByUser": {
"Id": "e19d8e07-87a2-46e8-a3c8-25507e881d35",
"Name": "sample string 2",
"Email": "sample string 3",
"IsActive": true,
"Customer": {
"Id": "493b52ea-5ddb-446b-969b-ad154186d324",
"Name": "sample string 2"
},
"Roles": [
{
"Role": "Viewer",
"CustomerGroup": {
"Id": "493b52ea-5ddb-446b-969b-ad154186d324",
"Name": "sample string 2"
},
"IsActive": true
},
{
"Role": "Viewer",
"CustomerGroup": {
"Id": "493b52ea-5ddb-446b-969b-ad154186d324",
"Name": "sample string 2"
},
"IsActive": true
}
]
},
"TemplateInfoId": "7477f565-3bd8-48bf-b168-517c5ac274a2"
}
],
"ViewType": "None",
"IsEmpty": true,
"TemplateId": "79d7e68c-f9f8-4db6-8fac-c6874a09ccb9",
"RegionValues": null
},
"IsRoot": true
}
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.