File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
src/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 @@ -1445,6 +1445,10 @@ def create_incident_postmortem_attachment(
14451445
14461446 Create a postmortem attachment for an incident.
14471447
1448+ The endpoint accepts markdown for notebooks created in Confluence or Google Docs.
1449+ Postmortems created from notebooks need to be formatted using frontend notebook cells,
1450+ in addition to markdown format.
1451+
14481452 :param incident_id: The ID of the incident
14491453 :type incident_id: str
14501454 :type body: PostmortemAttachmentRequest
You can’t perform that action at this time.
0 commit comments