File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
src/main/java/com/datadog/api/client/v2/api Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -77168,7 +77168,16 @@ paths:
7716877168 If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
7716977169 /api/v2/incidents/{incident_id}/attachments/postmortems:
7717077170 post:
77171- description: Create a postmortem attachment for an incident.
77171+ description: 'Create a postmortem attachment for an incident.
77172+
77173+
77174+ The endpoint accepts markdown for notebooks created in Confluence or Google
77175+ Docs.
77176+
77177+ Postmortems created from notebooks need to be formatted using frontend notebook
77178+ cells,
77179+
77180+ in addition to markdown format.'
7717277181 operationId: CreateIncidentPostmortemAttachment
7717377182 parameters:
7717477183 - description: The ID of the incident
Original file line number Diff line number Diff line change @@ -1477,6 +1477,10 @@ public CompletableFuture<Attachment> createIncidentPostmortemAttachmentAsync(
14771477 /**
14781478 * Create a postmortem attachment for an incident.
14791479 *
1480+ * <p>The endpoint accepts markdown for notebooks created in Confluence or Google Docs.
1481+ * Postmortems created from notebooks need to be formatted using frontend notebook cells, in
1482+ * addition to markdown format.
1483+ *
14801484 * @param incidentId The ID of the incident (required)
14811485 * @param body (required)
14821486 * @return ApiResponse<Attachment>
You can’t perform that action at this time.
0 commit comments