PostmortemsCreatePostmortemRequest
Example Usage
import { PostmortemsCreatePostmortemRequest } from "@solarwinds/squadcast-sdk-typescript/models/operations";
let value: PostmortemsCreatePostmortemRequest = {
incidentID: "<id>",
v3IncidentsPostmortemsCreatePostmortemRequest: {
ownerId: "<id>",
title: "<value>",
postmortem: "<value>",
status: "published",
followUps: [],
attachments: [
{},
],
},
};Fields
Field
Type
Required
Description
Last updated