Skip to content

Commit a4f709d

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
[SDTEST-3369] Update description for Code Coverage endpoints (#3499)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 2337bda commit a4f709d

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

.generator/schemas/v2/openapi.yaml

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

7545475454
This endpoint provides overall coverage metrics as well as breakdowns by service
7545575455

75456-
and code owner.
75457-
75458-
75459-
**Note**: This endpoint requires the `code_coverage_read` permission.'
75456+
and code owner.'
7546075457
operationId: GetCodeCoverageBranchSummary
7546175458
requestBody:
7546275459
content:
@@ -75511,10 +75508,7 @@ paths:
7551175508
and code owner.
7551275509

7551375510

75514-
The commit SHA must be a 40-character hexadecimal string (SHA-1 hash).
75515-
75516-
75517-
**Note**: This endpoint requires the `code_coverage_read` permission.'
75511+
The commit SHA must be a 40-character hexadecimal string (SHA-1 hash).'
7551875512
operationId: GetCodeCoverageCommitSummary
7551975513
requestBody:
7552075514
content:

packages/datadog-api-client-v2/apis/CodeCoverageApi.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,6 @@ export class CodeCoverageApi {
286286
* Retrieve aggregated code coverage statistics for a specific branch in a repository.
287287
* This endpoint provides overall coverage metrics as well as breakdowns by service
288288
* and code owner.
289-
*
290-
* **Note**: This endpoint requires the `code_coverage_read` permission.
291289
* @param param The request object
292290
*/
293291
public getCodeCoverageBranchSummary(
@@ -313,8 +311,6 @@ export class CodeCoverageApi {
313311
* and code owner.
314312
*
315313
* The commit SHA must be a 40-character hexadecimal string (SHA-1 hash).
316-
*
317-
* **Note**: This endpoint requires the `code_coverage_read` permission.
318314
* @param param The request object
319315
*/
320316
public getCodeCoverageCommitSummary(

0 commit comments

Comments
 (0)