From 6f68a382de75d3f772beb7645af18d59bd1f314c Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Mon, 2 Feb 2026 15:37:55 +0000 Subject: [PATCH] Regenerate client from commit 99230b2 of spec repo --- .generator/schemas/v2/openapi.yaml | 11 ++++++++++- .../com/datadog/api/client/v2/api/IncidentsApi.java | 4 ++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index af969a3d7f0..517f1f00885 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -77411,7 +77411,16 @@ paths: If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).' /api/v2/incidents/{incident_id}/attachments/postmortems: post: - description: Create a postmortem attachment for an incident. + description: 'Create a postmortem attachment for an incident. + + + The endpoint accepts markdown for notebooks created in Confluence or Google + Docs. + + Postmortems created from notebooks need to be formatted using frontend notebook + cells, + + in addition to markdown format.' operationId: CreateIncidentPostmortemAttachment parameters: - description: The ID of the incident diff --git a/src/main/java/com/datadog/api/client/v2/api/IncidentsApi.java b/src/main/java/com/datadog/api/client/v2/api/IncidentsApi.java index 75952e5c7cc..731ac271389 100644 --- a/src/main/java/com/datadog/api/client/v2/api/IncidentsApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/IncidentsApi.java @@ -1477,6 +1477,10 @@ public CompletableFuture createIncidentPostmortemAttachmentAsync( /** * Create a postmortem attachment for an incident. * + *

The endpoint accepts markdown for notebooks created in Confluence or Google Docs. + * Postmortems created from notebooks need to be formatted using frontend notebook cells, in + * addition to markdown format. + * * @param incidentId The ID of the incident (required) * @param body (required) * @return ApiResponse<Attachment>