Point UpdateAttributeValue
- Last UpdatedJun 15, 2023
- 1 minute read
- PI System
- PI Web API Reference
- Developer
Point UpdateAttributeValue
Update a point attribute value.
Request
PUT points/{webId}/attributes/{name}
URL Parameters
-
webId The ID of the point. See WebID for more information.
-
name The name of the attribute to be updated.
-
webIdType Optional parameter. Used to specify the type of WebID. Useful for URL brevity and other special cases. Default is the value of the configuration item "WebIDType". See WebID Type for more information.
Body Parameter
The new value of the attribute to be updated.
Status Codes
204: The update operation was successfully applied. The response's Location header is a link that can be used to examine the result.
Sample Request Body
"My custom descriptor."