Api\AlertController
api/alerts/{id} POST Create the specified user alert.
post/api/alerts
Headers
Authorizationstring
Content-Typestring
Acceptstring
Request body
Example request
{
"alert_rule_id": 9,
"measurement_id": 2,
"alert_value": "omnis"
}