Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

PI Web API Reference

EnumerationValue UpdateEnumerationValue

EnumerationValue UpdateEnumerationValue

Update an enumeration value by replacing items in its definition.

Request

PATCH enumerationvalues/{webId}

URL Parameters

  • webId

    The ID of the enumeration value to update. See WebID for more information.

Body Parameter

A partial enumeration value containing the desired changes.

Status Codes

204: The enumeration set was updated.

Sample Request Body

{
  "Name": "CarBrand|Model3",
  "Description": "Model Number of CarBrand",
  "Value": 2005
}
In This Topic
TitleResults for “How to create a CRG?”Also Available in