EnumerationSet Update
- Last UpdatedJun 15, 2023
- 1 minute read
- PI System
- PI Web API Reference
- Developer
EnumerationSet Update
Update an enumeration set by replacing items in its definition.
Request
PATCH enumerationsets/{webId}
URL Parameters
-
webId The ID of the enumeration set to update. See WebID for more information.
Body Parameter
A partial enumeration set containing the desired changes.
Status Codes
204: The enumeration set was updated.
Sample Request Body
{
"Name": "Model Number",
"Description": "Model numbers by brand of vehicle"
}