circle-info
Squadcast is now SolarWinds Incident Response

NotesCreateNotesRequest

Example Usage

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

let value: NotesCreateNotesRequest = {
  incidentId: "<id>",
  v3IncidentsNotesCreateNoteRequest: {
    message: "<value>",
    attachments: [],
  },
};

Fields

Field
Type
Required
Description

incidentId

string

✔️

Required

v3IncidentsNotesCreateNoteRequest

✔️

N/A

Last updated