Point Update
- Last UpdatedJun 15, 2023
- 1 minute read
- PI System
- PI Web API Reference
- Developer
Point Update
Update a point. The following PI Point attributes can be updated: Name, Descriptor, EngineeringUnits, Step, and DisplayDigits.
Request
PATCH points/{webId}
URL Parameters
-
webId The ID of the point. See WebID for more information.
Body Parameter
A partial point containing the desired changes.
Status Codes
204: The point was updated.
Sample Request Body
{
"Name": "PointName",
"Descriptor": "12 Hour Sine Wave",
"EngineeringUnits": "",
"Step": false,
"DisplayDigits": -5
}