circle-info
Squadcast is now SolarWinds Incident Response

NotesUpdateNoteRequest

Example Usage

import { NotesUpdateNoteRequest } from "@solarwinds/squadcast-sdk-typescript/models/operations";

let value: NotesUpdateNoteRequest = {
  incidentId: "<id>",
  noteId: "<id>",
  v3IncidentsNotesUpdateNoteRequest: {
    message: "<value>",
    attachments: [
      "<value 1>",
      "<value 2>",
    ],
  },
};

Fields

Field
Type
Required
Description

incidentId

string

✔️

Required

noteId

string

✔️

N/A

v3IncidentsNotesUpdateNoteRequest

✔️

N/A

Last updated