NotificationRuleSubscriber Update
- Last UpdatedJun 15, 2023
- 1 minute read
- PI System
- PI Web API Reference
- Developer
NotificationRuleSubscriber Update
Update a notification rule subscriber.
Request
PATCH notificationrulesubscribers/{webId}
URL Parameters
-
webId The ID of the notification rule subscriber. See WebID for more information.
Body Parameter
A partial notification rule subscriber containing the desired changes.
Status Codes
204: The notification rule subscriber was updated.
Sample Request Body
{
"ConfigString": "ToEmail=mike@testemail.com",
"EscalationTimeout": "PT3S",
"MaximumRetries": "3",
"NotifyOption": "EventStart",
"RetryInterval": "PT3S"
}