# Mark all notifications as read/unread Updates the status of all notifications for the authenticated user to either read or unread Endpoint: POST /api/v1/notifications/mark-all Version: 1.0 Security: header ## Query parameters: - `status` (string, required) Enum: "UNREAD", "READ", "BLOCKED", "HIDDEN"