Skip to content

Commit 6f68a38

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 99230b2 of spec repo
1 parent 59fba10 commit 6f68a38

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
@@ -77411,7 +77411,16 @@ paths:
7741177411
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
7741277412
/api/v2/incidents/{incident_id}/attachments/postmortems:
7741377413
post:
77414-
description: Create a postmortem attachment for an incident.
77414+
description: 'Create a postmortem attachment for an incident.
77415+
77416+
77417+
The endpoint accepts markdown for notebooks created in Confluence or Google
77418+
Docs.
77419+
77420+
Postmortems created from notebooks need to be formatted using frontend notebook
77421+
cells,
77422+
77423+
in addition to markdown format.'
7741577424
operationId: CreateIncidentPostmortemAttachment
7741677425
parameters:
7741777426
- description: The ID of the incident

src/main/java/com/datadog/api/client/v2/api/IncidentsApi.java

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

0 commit comments

Comments
 (0)