Add an action to an alarm. Actions include: "read", "unread", "close", "open".
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
{- "type": "open"
}
{- "data": {
- "type": "open",
- "id": 125,
- "alarmId": 625,
- "createdByAudienceName": "surfsight",
- "createdById": 625,
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z"
}, - "requestId": "06327cae-e075-42ca-b620-c5cfdd3b4e37"
}