Element Update
- Last UpdatedJun 15, 2023
- 1 minute read
- PI System
- PI Web API Reference
- Developer
Element Update
Update an element by replacing items in its definition.
Request
PATCH elements/{webId}
URL Parameters
-
webId The ID of the element. See WebID for more information.
Body Parameter
A partial element containing the desired changes.
Status Codes
204: The element was updated.
Sample Request Body
{
"Name": "MachineName",
"Description": "Manufacturing Equipment MachineName",
"TemplateName": "MachineName",
"CategoryNames": [
"Equipment Assets"
],
"ExtendedProperties": {}
}