Mark notification read
markNotificationAsRead
Mark a specific notification as read
PATCH
Mark notification read
Authorizations
API key or session token (Bearer)
Path Parameters
Response
The updated notification
Free-text body. Null for generated notifications, whose text the client renders from type and eventData.
One of: info, task_created, workspace_created, task_status_changed, task_assignee_changed, time_entry_created, due_date_reminder, task_overdue, task_mention, task_comment.
The id of the task or workspace the notification points at.
task or workspace.
Type-specific payload, e.g. { taskTitle, oldStatus, newStatus, projectId, workspaceId }.