Squadcast is now SolarWinds Incident Response
For the complete documentation index, see llms.txt. This page is also available as Markdown.

V3IncidentsNotesUpdateNoteRequest

Request body for updating an existing note.

Example Usage

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

let value: V3IncidentsNotesUpdateNoteRequest = {
  message: "<value>",
  attachments: [
    "<value 1>",
    "<value 2>",
    "<value 3>",
  ],
};

Fields

Field
Type
Required
Description

message

string

✔️

N/A

attachments

string[]

✔️

N/A

Last updated