PATCH
/
api
/
v1
/
monitors
/
{id}
/
update

Path Parameters

id
integer
required

The 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>
required

The type of monitor.

Available options:
diff

Response

200 - application/json

The response is of type any.