import { UpdateNotificationStatusRequest } from "@midday-ai/sdk/models/operations";
let value: UpdateNotificationStatusRequest = {
notificationId: "b3b6e2c2-1f2a-4e3b-9c1d-2a4b6e2c21f2",
requestBody: {
status: "read",
},
};| Field | Type | Required | Description | Example |
|---|---|---|---|---|
notificationId |
string | ✔️ | The ID of the notification to update | b3b6e2c2-1f2a-4e3b-9c1d-2a4b6e2c21f2 |
requestBody |
operations.UpdateNotificationStatusRequestBody | ✔️ | N/A |