Skip to content

Commit dee07c7

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 5e39923 of spec repo
1 parent 11c56e2 commit dee07c7

2 files changed

Lines changed: 2 additions & 12 deletions

File tree

.generator/schemas/v2/openapi.yaml

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

7486674866
This endpoint provides overall coverage metrics as well as breakdowns by service
7486774867

74868-
and code owner.
74869-
74870-
74871-
**Note**: This endpoint requires the `code_coverage_read` permission.'
74868+
and code owner.'
7487274869
operationId: GetCodeCoverageBranchSummary
7487374870
requestBody:
7487474871
content:
@@ -74923,10 +74920,7 @@ paths:
7492374920
and code owner.
7492474921

7492574922

74926-
The commit SHA must be a 40-character hexadecimal string (SHA-1 hash).
74927-
74928-
74929-
**Note**: This endpoint requires the `code_coverage_read` permission.'
74923+
The commit SHA must be a 40-character hexadecimal string (SHA-1 hash).'
7493074924
operationId: GetCodeCoverageCommitSummary
7493174925
requestBody:
7493274926
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)