Znode

Build Version:

PUT facet/{facetId}

Updates an existing facet.

Request Information

» Parameters

Name Description Additional information
facetId No documentation available.

Define this parameter in the request URI.

model The model of the facet.

Define this parameter in the request body.

Request Body Formats

Sample:
	{
  "FacetID": 1,
  "FacetGroupID": 1,
  "FacetName": "sample string 2",
  "FacetDisplayOrder": 1,
  "IconPath": "sample string 3"
}