PUT
/
alerts
/
{id}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/json
details
object
required
id
string
required

Unique identifier for the alert

ownerId
string
required

ID of the alert owner

savedSearchId
string
required

ID of the associated saved search

slackNames
string[]
required

Slack usernames to notify

type
enum<string>
required
Available options:
latency,
evalSet

Response

200 - application/json
alert
object
required
success
boolean
required