Znode

Build Version:

PUT highlighttypes/{highlightTypeId}

Updates an existing highlight type.

Request Information

» Parameters

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.

Request Body Formats

Sample:
	{
  "Description": "sample string 1",
  "HighlightTypeId": 2,
  "Name": "sample string 3"
}