From 427843dbad1a73235fed7406f0998940d78b1d46 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Thu, 19 Feb 2026 11:41:13 +0000 Subject: [PATCH] Regenerate client from commit 5e39923 of spec repo --- .generator/schemas/v2/openapi.yaml | 10 ++-------- .../com/datadog/api/client/v2/api/CodeCoverageApi.java | 6 ------ 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index b9a63afce0a..90675ea5655 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -74865,10 +74865,7 @@ paths: This endpoint provides overall coverage metrics as well as breakdowns by service - and code owner. - - - **Note**: This endpoint requires the `code_coverage_read` permission.' + and code owner.' operationId: GetCodeCoverageBranchSummary requestBody: content: @@ -74923,10 +74920,7 @@ paths: and code owner. - The commit SHA must be a 40-character hexadecimal string (SHA-1 hash). - - - **Note**: This endpoint requires the `code_coverage_read` permission.' + The commit SHA must be a 40-character hexadecimal string (SHA-1 hash).' operationId: GetCodeCoverageCommitSummary requestBody: content: diff --git a/src/main/java/com/datadog/api/client/v2/api/CodeCoverageApi.java b/src/main/java/com/datadog/api/client/v2/api/CodeCoverageApi.java index db92e9b566e..7eecf3e6084 100644 --- a/src/main/java/com/datadog/api/client/v2/api/CodeCoverageApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/CodeCoverageApi.java @@ -80,9 +80,6 @@ public CompletableFuture getCodeCoverageBranchSummaryAs * Retrieve aggregated code coverage statistics for a specific branch in a repository. This * endpoint provides overall coverage metrics as well as breakdowns by service and code owner. * - *

Note: This endpoint requires the code_coverage_read - * permission. - * * @param body (required) * @return ApiResponse<CoverageSummaryResponse> * @throws ApiException if fails to make API call @@ -239,9 +236,6 @@ public CompletableFuture getCodeCoverageCommitSummaryAs * *

The commit SHA must be a 40-character hexadecimal string (SHA-1 hash). * - *

Note: This endpoint requires the code_coverage_read - * permission. - * * @param body (required) * @return ApiResponse<CoverageSummaryResponse> * @throws ApiException if fails to make API call