Skip to content

Commit b8c027b

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Fix incorrect pattern for url (#2558)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 19a5dfa commit b8c027b

File tree

5 files changed

+4
-19
lines changed

5 files changed

+4
-19
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
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:24.917132",
8-
"spec_repo_commit": "a1235a0d"
7+
"regenerated": "2025-05-07 21:19:54.861127",
8+
"spec_repo_commit": "ba8b66cb"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-05-07 17:07:24.932247",
13-
"spec_repo_commit": "a1235a0d"
12+
"regenerated": "2025-05-07 21:19:54.877839",
13+
"spec_repo_commit": "ba8b66cb"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 0 additions & 3 deletions
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'

src/datadog_api_client/v2/model/entity_v3_datadog_code_location_item.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414

1515

1616
class EntityV3DatadogCodeLocationItem(ModelNormal):
17-
validations = {
18-
"repository_url": {},
19-
}
20-
2117
@cached_property
2218
def additional_properties_type(_):
2319
return None

src/datadog_api_client/v2/model/http_integration.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818

1919

2020
class HTTPIntegration(ModelNormal):
21-
validations = {
22-
"base_url": {},
23-
}
24-
2521
@cached_property
2622
def openapi_types(_):
2723
from datadog_api_client.v2.model.http_credentials import HTTPCredentials

src/datadog_api_client/v2/model/http_integration_update.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@
2020

2121

2222
class HTTPIntegrationUpdate(ModelNormal):
23-
validations = {
24-
"base_url": {},
25-
}
26-
2723
@cached_property
2824
def openapi_types(_):
2925
from datadog_api_client.v2.model.http_credentials_update import HTTPCredentialsUpdate

0 commit comments

Comments
 (0)