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": "ecebe590-9ace-48ce-8f0e-cb063d125902", "Name": "sample string 2", "Description": "sample string 3", "CustomerGroup": { "Id": "67723ba4-793f-4b1a-9376-76d1c963252c", "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": "5fd18f34-638a-4877-b0cf-12ecb3ec225e", "Name": "sample string 2", "Description": "sample string 3", "CustomerGroup": { "Id": "2326f335-292f-4a31-ab94-b4918f0d7431", "Name": "sample string 2" }, "Tags": [ "sample string 1", "sample string 2" ], "IsRecycled": true }