PUT api/contents/heads/{headId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
headId | globally unique identifier |
Required |
Body Parameters
ContentHeadDtoName | 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": "87b0a225-aba9-40dd-babc-d50394d0d2e6", "Name": "sample string 2", "Description": "sample string 3", "CustomerGroup": { "Id": "d7b33dca-8663-4521-a7dd-a77b7d9ffd30", "Name": "sample string 2" }, "Tags": [ "sample string 1", "sample string 2" ], "IsRecycled": true }
Response Information
Resource Description
ContentHeadDtoName | 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": "2e6701d6-e62e-4ae2-86ea-2e7fdde03d24", "Name": "sample string 2", "Description": "sample string 3", "CustomerGroup": { "Id": "bb9865a7-f0b6-4bfd-b7e9-52c200be7c0e", "Name": "sample string 2" }, "Tags": [ "sample string 1", "sample string 2" ], "IsRecycled": true }