EnumerationValue UpdateEnumerationValue
- Last UpdatedJun 15, 2023
- 1 minute read
- PI System
- PI Web API Reference
- Developer
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
}