File tree Expand file tree Collapse file tree 2 files changed +2
-14
lines changed
src/main/java/com/datadog/api/client/v2/api Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -74773,10 +74773,7 @@ paths:
7477374773
7477474774 This endpoint provides overall coverage metrics as well as breakdowns by service
7477574775
74776- and code owner.
74777-
74778-
74779- **Note**: This endpoint requires the `code_coverage_read` permission.'
74776+ and code owner.'
7478074777 operationId: GetCodeCoverageBranchSummary
7478174778 requestBody:
7478274779 content:
@@ -74831,10 +74828,7 @@ paths:
7483174828 and code owner.
7483274829
7483374830
74834- The commit SHA must be a 40-character hexadecimal string (SHA-1 hash).
74835-
74836-
74837- **Note**: This endpoint requires the `code_coverage_read` permission.'
74831+ The commit SHA must be a 40-character hexadecimal string (SHA-1 hash).'
7483874832 operationId: GetCodeCoverageCommitSummary
7483974833 requestBody:
7484074834 content:
Original file line number Diff line number Diff 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<CoverageSummaryResponse>
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<CoverageSummaryResponse>
247241 * @throws ApiException if fails to make API call
You can’t perform that action at this time.
0 commit comments