circle-info
Squadcast is now SolarWinds Incident Response

PostmortemsUpdatePostmortemByIncidentRequest

Example Usage

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

let value: PostmortemsUpdatePostmortemByIncidentRequest = {
  incidentID: "<id>",
  v3IncidentsPostmortemsUpdatePostmortemRequest: {},
};

Fields

Field
Type
Required
Description

incidentID

string

✔️

N/A

v3IncidentsPostmortemsUpdatePostmortemRequest

✔️

N/A

Last updated