TimeRule Update
- Last UpdatedJun 15, 2023
- 1 minute read
- PI System
- PI Web API Reference
- Developer
TimeRule Update
Update a Time Rule by replacing items in its definition.
Request
PATCH timerules/{webId}
URL Parameters
-
webId The ID of the Time Rule. See WebID for more information.
Body Parameter
A partial Time Rule containing the desired changes.
Status Codes
204: The Time Rule was updated.
Sample Request Body
{
"ConfigString": "Frequency=300",
"MergeDuplicatedItems": false
}