Skip to content

Commit 4454adf

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit f8003c6 of spec repo
1 parent 175527b commit 4454adf

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74447,10 +74447,7 @@ paths:
7444774447

7444874448
This endpoint provides overall coverage metrics as well as breakdowns by service
7444974449

74450-
and code owner.
74451-
74452-
74453-
**Note**: This endpoint requires the `code_coverage_read` permission.'
74450+
and code owner.'
7445474451
operationId: GetCodeCoverageBranchSummary
7445574452
requestBody:
7445674453
content:
@@ -74505,10 +74502,7 @@ paths:
7450574502
and code owner.
7450674503

7450774504

74508-
The commit SHA must be a 40-character hexadecimal string (SHA-1 hash).
74509-
74510-
74511-
**Note**: This endpoint requires the `code_coverage_read` permission.'
74505+
The commit SHA must be a 40-character hexadecimal string (SHA-1 hash).'
7451274506
operationId: GetCodeCoverageCommitSummary
7451374507
requestBody:
7451474508
content:

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,6 @@ public CompletableFuture<CoverageSummaryResponse> getCodeCoverageBranchSummaryAs
8080
* Retrieve aggregated code coverage statistics for a specific branch in a repository. This
8181
* endpoint provides overall coverage metrics as well as breakdowns by service and code owner.
8282
*
83-
* <p><strong>Note</strong>: This endpoint requires the <code>code_coverage_read</code>
84-
* permission.
85-
*
8683
* @param body (required)
8784
* @return ApiResponse&lt;CoverageSummaryResponse&gt;
8885
* @throws ApiException if fails to make API call
@@ -239,9 +236,6 @@ public CompletableFuture<CoverageSummaryResponse> getCodeCoverageCommitSummaryAs
239236
*
240237
* <p>The commit SHA must be a 40-character hexadecimal string (SHA-1 hash).
241238
*
242-
* <p><strong>Note</strong>: This endpoint requires the <code>code_coverage_read</code>
243-
* permission.
244-
*
245239
* @param body (required)
246240
* @return ApiResponse&lt;CoverageSummaryResponse&gt;
247241
* @throws ApiException if fails to make API call

0 commit comments

Comments
 (0)