Alerts
Update Topline Alert
patch/console/v1/alerts/{id}
Path parameters
idstring required
id
Request body
Example request
{
"owner": {
"ownerID": "user123",
"ownerType": "USER",
"ownerName": "John Doe",
"ownerEmail": "owner123@test.com"
}
}Response
Update Alert success response
Example response
{
"data": {
"owner": {
"ownerID": "user123",
"ownerType": "USER",
"ownerName": "John Doe",
"ownerEmail": "owner123@test.com"
}
}
}Changes
Changed in 1 of the 8 revisions of this API.2
- ○
added the new optional request property
subscribersnew-optional-request-property
- ○
added the required property
allOf[subschema #2]/data/subscribersto the response with the200statusresponse-required-property-added
- ○