Kaneo Logo
Notifications

Mark Notification As Read

Mark a specific notification as read

PATCH
/notification/{id}/read

Authorization

bearerAuth
AuthorizationBearer <token>

API Key authentication

In: header

Path Parameters

id*string

Response Body

application/json

curl -X PATCH "https://cloud.kaneo.app/api/notification/string/read"
{
  "id": "string",
  "userId": "string",
  "title": "string",
  "content": "string",
  "type": "info",
  "isRead": true,
  "resourceId": "string",
  "resourceType": "task",
  "createdAt": null
}