@@ -13086,12 +13086,17 @@ components:
1308613086 minLength: 1
1308713087 type: string
1308813088 repository_id:
13089- description: The repository identifier.
13089+ deprecated: true
13090+ description: "Deprecated: use `repository_url` instead. The repository URL."
1309013091 example: github.com/datadog/shopist
1309113092 minLength: 1
1309213093 type: string
13094+ repository_url:
13095+ description: The repository URL. Accepts a full URL with or without a scheme (for example, `https://github.com/org/repo` or `github.com/org/repo`).
13096+ example: https://github.com/datadog/shopist
13097+ minLength: 1
13098+ type: string
1309313099 required:
13094- - repository_id
1309513100 - branch
1309613101 type: object
1309713102 BranchCoverageSummaryRequestData:
@@ -19045,12 +19050,17 @@ components:
1904519050 pattern: "^[a-fA-F0-9]{40}$"
1904619051 type: string
1904719052 repository_id:
19048- description: The repository identifier.
19053+ deprecated: true
19054+ description: "Deprecated: use `repository_url` instead. The repository URL."
1904919055 example: github.com/datadog/shopist
1905019056 minLength: 1
1905119057 type: string
19058+ repository_url:
19059+ description: The repository URL. Accepts a full URL with or without a scheme (for example, `https://github.com/org/repo` or `github.com/org/repo`).
19060+ example: https://github.com/datadog/shopist
19061+ minLength: 1
19062+ type: string
1905219063 required:
19053- - repository_id
1905419064 - commit_sha
1905519065 type: object
1905619066 CommitCoverageSummaryRequestData:
@@ -123435,7 +123445,7 @@ paths:
123435123445 data:
123436123446 attributes:
123437123447 branch: prod
123438- repository_id: github.com/datadog/test-service
123448+ repository_url: https:// github.com/datadog/test-service
123439123449 type: ci_app_coverage_branch_summary_request
123440123450 schema:
123441123451 $ref: "#/components/schemas/BranchCoverageSummaryRequest"
@@ -123506,7 +123516,7 @@ paths:
123506123516 data:
123507123517 attributes:
123508123518 commit_sha: 66adc9350f2cc9b250b69abddab733dd55e1a588
123509- repository_id: github.com/datadog/test-service
123519+ repository_url: https:// github.com/datadog/test-service
123510123520 type: ci_app_coverage_commit_summary_request
123511123521 schema:
123512123522 $ref: "#/components/schemas/CommitCoverageSummaryRequest"
0 commit comments