v1
latestOpenAPI 3.0.02026-08-06151101754.7 KBMy
Updates a specific planner notification
put/my/planner-notifications/{notificationId}
Path parameters
notificationIdinteger required
Notification id
Request body
Response
Planner notification
Example response
{
"data": {
"id": 1,
"employee_id": 1,
"causer_id": 1,
"type": "App\\Notifications\\ToEmployee\\Assignment\\AssignedNotification",
"first_line": "1"
}
}