Skip to content

Commit fcb2a95

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 60e9663 of spec repo
1 parent ba375cd commit fcb2a95

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
@@ -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:

src/datadog_api_client/v2/api/code_coverage_api.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ def get_code_coverage_branch_summary(
7272
This endpoint provides overall coverage metrics as well as breakdowns by service
7373
and code owner.
7474
75-
**Note** : This endpoint requires the ``code_coverage_read`` permission.
76-
7775
:type body: BranchCoverageSummaryRequest
7876
:rtype: CoverageSummaryResponse
7977
"""
@@ -94,8 +92,6 @@ def get_code_coverage_commit_summary(
9492
9593
The commit SHA must be a 40-character hexadecimal string (SHA-1 hash).
9694
97-
**Note** : This endpoint requires the ``code_coverage_read`` permission.
98-
9995
:type body: CommitCoverageSummaryRequest
10096
:rtype: CoverageSummaryResponse
10197
"""

0 commit comments

Comments
 (0)