Monitors
Update a Monitor
PATCH
/
api
/
v1
/
monitors
/
{id}
/
update
Path Parameters
id
integer
requiredThe unique identifier of the monitor.
Body
application/json
alert
object
Condition for triggering alerts based on the data diff.
datadiff
object
Configuration for the data diff.
description
string
The description of the monitor.
name
string
The name of the monitor.
notifications
object[]
Notification configuration for the monitor.
schedule
object
The schedule at which the monitor runs.
tags
string[]
Tags associated with the monitor.
type
enum<string>
requiredThe type of monitor.
Available options:
diff
Response
200 - application/json
The response is of type any
.