V3IncidentsPostmortemsCreatePostmortemRequest
Request body for creating a new postmortem.
Example Usage
import { V3IncidentsPostmortemsCreatePostmortemRequest } from "@solarwinds/squadcast-sdk-typescript/models";
let value: V3IncidentsPostmortemsCreatePostmortemRequest = {
ownerId: "<id>",
title: "<value>",
postmortem: "<value>",
status: "under_review",
followUps: [],
attachments: [
{},
],
};Fields
Field
Type
Required
Description
ownerId
string
✔️
N/A
title
string
✔️
N/A
postmortem
string
✔️
N/A
Last updated