File tree Expand file tree Collapse file tree
packages/datadog-api-client-v2/apis Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -77857,7 +77857,16 @@ paths:
7785777857 If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
7785877858 /api/v2/incidents/{incident_id}/attachments/postmortems:
7785977859 post:
77860- description: Create a postmortem attachment for an incident.
77860+ description: 'Create a postmortem attachment for an incident.
77861+
77862+
77863+ The endpoint accepts markdown for notebooks created in Confluence or Google
77864+ Docs.
77865+
77866+ Postmortems created from notebooks need to be formatted using frontend notebook
77867+ cells,
77868+
77869+ in addition to markdown format.'
7786177870 operationId: CreateIncidentPostmortemAttachment
7786277871 parameters:
7786377872 - description: The ID of the incident
Original file line number Diff line number Diff line change @@ -6091,6 +6091,10 @@ export class IncidentsApi {
60916091
60926092 /**
60936093 * Create a postmortem attachment for an incident.
6094+ *
6095+ * The endpoint accepts markdown for notebooks created in Confluence or Google Docs.
6096+ * Postmortems created from notebooks need to be formatted using frontend notebook cells,
6097+ * in addition to markdown format.
60946098 * @param param The request object
60956099 */
60966100 public createIncidentPostmortemAttachment (
You can’t perform that action at this time.
0 commit comments