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 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}
Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change 1414
1515
1616class EntityV3DatadogCodeLocationItem (ModelNormal ):
17- validations = {
18- "repository_url" : {},
19- }
20-
2117 @cached_property
2218 def additional_properties_type (_ ):
2319 return None
Original file line number Diff line number Diff line change 1818
1919
2020class 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
Original file line number Diff line number Diff line change 2020
2121
2222class 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
You can’t perform that action at this time.
0 commit comments