Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 2.56 KB

File metadata and controls

21 lines (16 loc) · 2.56 KB

UpdateNotificationStatusRequest

Example Usage

import { UpdateNotificationStatusRequest } from "@midday-ai/sdk/models/operations";

let value: UpdateNotificationStatusRequest = {
  notificationId: "b3b6e2c2-1f2a-4e3b-9c1d-2a4b6e2c21f2",
  requestBody: {
    status: "read",
  },
};

Fields

Field Type Required Description Example
notificationId string ✔️ The ID of the notification to update b3b6e2c2-1f2a-4e3b-9c1d-2a4b6e2c21f2
requestBody operations.UpdateNotificationStatusRequestBody ✔️ N/A