Skip to content

Commit 0df191d

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
and
ci.datadog-api-spec
authored
Fix incorrect pattern for url (#2223)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 48bfa98 commit 0df191d

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.apigentools-info

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2025-05-07 17:07:33.388538",
8-
"spec_repo_commit": "a1235a0d"
7+
"regenerated": "2025-05-07 21:19:52.976648",
8+
"spec_repo_commit": "ba8b66cb"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-05-07 17:07:33.406105",
13-
"spec_repo_commit": "a1235a0d"
12+
"regenerated": "2025-05-07 21:19:52.993968",
13+
"spec_repo_commit": "ba8b66cb"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -12646,7 +12646,6 @@ components:
1264612646
type: array
1264712647
repositoryURL:
1264812648
description: The repository path of the source code of the entity.
12649-
pattern: url
1265012649
type: string
1265112650
type: object
1265212651
EntityV3DatadogCodeLocations:
@@ -15623,7 +15622,6 @@ components:
1562315622
base_url:
1562415623
description: Base HTTP url for the integration
1562515624
example: http://datadoghq.com
15626-
pattern: url
1562715625
type: string
1562815626
credentials:
1562915627
$ref: '#/components/schemas/HTTPCredentials'
@@ -15648,7 +15646,6 @@ components:
1564815646
base_url:
1564915647
description: Base HTTP url for the integration
1565015648
example: http://datadoghq.com
15651-
pattern: url
1565215649
type: string
1565315650
credentials:
1565415651
$ref: '#/components/schemas/HTTPCredentialsUpdate'

0 commit comments

Comments
 (0)