PUT api/contents/heads/{headId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| headId | globally unique identifier |
Required |
Body Parameters
ContentHeadDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| CustomerGroup | NamedItem |
None. |
|
| Tags | Collection of string |
None. |
|
| IsRecycled | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "a6302117-1038-42fd-9be1-a1206bd2f2e0",
"Name": "sample string 2",
"Description": "sample string 3",
"CustomerGroup": {
"Id": "1cdf2a14-a4c5-4855-8963-f3d662967e5e",
"Name": "sample string 2"
},
"Tags": [
"sample string 1",
"sample string 2"
],
"IsRecycled": true
}
Response Information
Resource Description
ContentHeadDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| CustomerGroup | NamedItem |
None. |
|
| Tags | Collection of string |
None. |
|
| IsRecycled | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "1ec339aa-cc9b-47ab-bcaf-bcd078bece8e",
"Name": "sample string 2",
"Description": "sample string 3",
"CustomerGroup": {
"Id": "b4e92912-65a1-4246-a982-f1d31543adbd",
"Name": "sample string 2"
},
"Tags": [
"sample string 1",
"sample string 2"
],
"IsRecycled": true
}