# Update notification **PUT /data/user/notifications/{notification_id}** Change the read status of a specific notification. Only the notification owner can update their notifications. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **notification_id** (string(uuid)) Notification unique identifier ### Body: application/json (object) - **read** (boolean) Mark notification as read or unread ## Responses ### 200 Notification updated successfully #### Body: application/json (object) - **id** (string(uuid)) Notification unique identifier - **type** (string) Notification type - **read** (boolean) Whether notification is read - **author_id** (string(uuid)) Author person identifier - **comment_id** (string(uuid)) Comment identifier - **task_id** (string(uuid)) Task identifier - **created_at** (string(date-time)) Creation timestamp - **updated_at** (string(date-time)) Last update timestamp [Powered by Bump.sh](https://bump.sh)