Skip to content

Commit b60deaf

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit c621b18 of spec repo
1 parent 728703b commit b60deaf

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff 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

src/datadog_api_client/v2/api/incidents_api.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)