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": "83891ace-ccd3-4303-a54f-a0481a65a58a",
"Name": "sample string 2",
"Description": "sample string 3",
"CustomerGroup": {
"Id": "c7c78ae8-1dee-4bd2-a826-f5e4818aaf6c",
"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": "149687f2-11c2-4f4d-b0d0-6cf293becad4",
"Name": "sample string 2",
"Description": "sample string 3",
"CustomerGroup": {
"Id": "b24dd997-bde6-46bb-aa16-be0313fca847",
"Name": "sample string 2"
},
"Tags": [
"sample string 1",
"sample string 2"
],
"IsRecycled": true
}