File tree Expand file tree Collapse file tree 5 files changed +4
-19
lines changed
src/datadog_api_client/v2/model Expand file tree Collapse file tree 5 files changed +4
-19
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"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 "
9
9
},
10
10
"v2": {
11
11
"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 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -12646,7 +12646,6 @@ components:
12646
12646
type: array
12647
12647
repositoryURL:
12648
12648
description: The repository path of the source code of the entity.
12649
- pattern: url
12650
12649
type: string
12651
12650
type: object
12652
12651
EntityV3DatadogCodeLocations:
@@ -15623,7 +15622,6 @@ components:
15623
15622
base_url:
15624
15623
description: Base HTTP url for the integration
15625
15624
example: http://datadoghq.com
15626
- pattern: url
15627
15625
type: string
15628
15626
credentials:
15629
15627
$ref: '#/components/schemas/HTTPCredentials'
@@ -15648,7 +15646,6 @@ components:
15648
15646
base_url:
15649
15647
description: Base HTTP url for the integration
15650
15648
example: http://datadoghq.com
15651
- pattern: url
15652
15649
type: string
15653
15650
credentials:
15654
15651
$ref: '#/components/schemas/HTTPCredentialsUpdate'
Original file line number Diff line number Diff line change 14
14
15
15
16
16
class EntityV3DatadogCodeLocationItem (ModelNormal ):
17
- validations = {
18
- "repository_url" : {},
19
- }
20
-
21
17
@cached_property
22
18
def additional_properties_type (_ ):
23
19
return None
Original file line number Diff line number Diff line change 18
18
19
19
20
20
class HTTPIntegration (ModelNormal ):
21
- validations = {
22
- "base_url" : {},
23
- }
24
-
25
21
@cached_property
26
22
def openapi_types (_ ):
27
23
from datadog_api_client .v2 .model .http_credentials import HTTPCredentials
Original file line number Diff line number Diff line change 20
20
21
21
22
22
class HTTPIntegrationUpdate (ModelNormal ):
23
- validations = {
24
- "base_url" : {},
25
- }
26
-
27
23
@cached_property
28
24
def openapi_types (_ ):
29
25
from datadog_api_client .v2 .model .http_credentials_update import HTTPCredentialsUpdate
You can’t perform that action at this time.
0 commit comments