PostmortemsCreatePostmortemBody
Example Usage
import { PostmortemsCreatePostmortemBody } from "@solarwinds/squadcast-sdk-typescript/models/operations";
let value: PostmortemsCreatePostmortemBody = {
data: {
id: "<id>",
organizationId: "<id>",
incidentId: "<id>",
postmortem: "<value>",
followUps: [],
createdAt: "1733433041984",
title: "<value>",
status: "in_progress",
owner: {
id: "<id>",
type: "team",
},
accessControl: [
{
userId: "<id>",
abilities: {},
},
],
},
};Fields
Field
Type
Required
Description
Last updated