Skip to main content
PATCH
Update a Monitor

Authorizations

Authorization
string
header
required

Use the 'Authorization' header with the format 'Key '

Path Parameters

id
integer
required

The unique identifier of the monitor.

Body

application/json
type
string
required

The type of monitor.

Allowed value: "diff"
alert
Diff Conditions · object | null

Condition for triggering alerts based on the data diff.

datadiff
In-Database · object

Configuration for the data diff.

description
string | null

The description of the monitor.

name
string | null

The name of the monitor.

notifications
(Email · object | PagerDuty · object | Webhook · object | Slack · object | Teams · object)[]

Notification configuration for the monitor.

owner
string | null

Email of the monitor owner.

schedule
Interval · object

The schedule at which the monitor runs.

tags
string[]

Tags associated with the monitor.

Response

Successful Response