alerts
Update Alert Notification
Update Alert Notification.
patch/tools/alerts/{Id}
Path parameters
Idinteger required
Id
Request body
Example request
{
"email": "username@gmail.com",
"percentage": 80
}Response
Sucess
Alert updated sucessfully.
Example response
{
"email": "username@gmail.com",
"percentage": 80,
"id": 4117
}