Add a comment to an alarm.
Note: POST calls create new data, and do not affect existing data.
Successful operation
Bad request error
Unauthorized error
Forbidden error
Not found error
Internal server error
{- "details": "comment about the alarm"
}
{- "data": {
- "details": "comment about the alarm",
- "id": 34,
- "alarmId": 625,
- "createdByAudienceName": "surfsight",
- "createdById": 9,
- "createdAt": "2019-08-24T14:15:22Z",
- "commentorName": "Commentor name"
}
}