User APIs/Notifications
Read Notification
PATCH
/user/notifications/:id/readBearer token required
ADMIN | USERContent-Type:
application/jsonPath Parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | number | Required |
Code Examples
curl -X PATCH 'https://<your-domain>:3001/user/notifications/:id/read' \
-H 'Authorization: Bearer <token>' \
-H 'Content-Type: application/json'