curl --request PATCH \
--url https://cloud.kaneo.app/api/notification/{id}/read \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"userId": "<string>",
"title": "<string>",
"content": "<string>",
"type": "info",
"createdAt": "<unknown>",
"isRead": true,
"resourceId": "<string>",
"resourceType": "task"
}Mark a specific notification as read
curl --request PATCH \
--url https://cloud.kaneo.app/api/notification/{id}/read \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"userId": "<string>",
"title": "<string>",
"content": "<string>",
"type": "info",
"createdAt": "<unknown>",
"isRead": true,
"resourceId": "<string>",
"resourceType": "task"
}API Key authentication
Notification marked as read
info, task_created, workspace_created, task_status_changed, task_assignee_changed, time_entry_created task, workspace