OpenAPI 3.0.02026-08-18154102760.9 KB
133c78107b63
Notifications
Marks one of your notifications as read
read_at defaults to the current time when omitted.
put/notifications/{notification}/mark-read
Path parameters
notificationinteger required
Notification id
Request body
Response
Notification
Example response
{
"data": {
"id": 1,
"employee_id": 1,
"causer_id": 1,
"type": "App\\Notifications\\ToEmployee\\Assignment\\AssignedNotification",
"read_on": "planner",
"first_line": "1"
}
}