Mark as read a notification
PUT
/v2/notifications/{id}/mark_readLast modified: 3 days ago
Mark as read a notification
Request
Path Params
id
string
required
Request samples
Responses
OK(200)
Unauthorized(401)
Record Not Found(404)
Parameter Error(422)
HTTP Code: 200
Content Type : JSONapplication/json
Notification marked as read
Data Schema
data
object
optional
id
string <uuid>
optional
type
string
optional
attributes
object
optional
Example
{
"data": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"type": "string",
"attributes": {
"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
"type": "string",
"record_type": "string",
"record_id": "8bf519b6-a3e0-49d2-8e42-039542d9a489",
"created_at": "2019-08-24T14:15:22.123Z",
"params": {
"event": "started",
"title": "The scan Test changed to started",
"category": "info",
"event_type": "scan_event"
},
"updated_at": "2019-08-24T14:15:22.123Z",
"read_at": "2019-08-24T14:15:22.123Z",
"seen_at": "2019-08-24T14:15:22.123Z"
}
}
}
Last modified: 3 days ago