Updates an existing highlight type.
| Name | Description | Additional information |
|---|---|---|
| highlightTypeId | The ID of the highlight type. |
Define this parameter in the request URI. |
| model | The model of the highlight type. |
Define this parameter in the request body. |
{
"Description": "sample string 1",
"HighlightTypeId": 2,
"Name": "sample string 3"
}