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

Authorizations

Authorization
string
headerrequired

Use the 'Authorization' header with the format 'Key <api-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
object | null

Condition for triggering alerts based on the data diff.

datadiff
object | null

Configuration for the data diff.

description
string | null

The description of the monitor.

name
string | null

The name of the monitor.

notifications
object[]

Notification configuration for the monitor.

schedule
object | null

The schedule at which the monitor runs.

tags
string[]

Tags associated with the monitor.

Response

200 - application/json

The response is of type any.