Alerts
Create Topline Alert
post/console/v1/alerts
Request body
Response
Create 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.1
- ○
added the required property
allOf[subschema #2]/data/subscribersto the response with the201statusresponse-required-property-added
- ○