File tree Expand file tree Collapse file tree 5 files changed +13
-11
lines changed
Expand file tree Collapse file tree 5 files changed +13
-11
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-04-03 16 :27:53.688587 ",
8- "spec_repo_commit": "4468962d "
7+ "regenerated": "2025-04-03 20 :27:34.680616 ",
8+ "spec_repo_commit": "17df409e "
99 },
1010 "v2": {
1111 "apigentools_version": "1.6.6",
12- "regenerated": "2025-04-03 16 :27:53.704116 ",
13- "spec_repo_commit": "4468962d "
12+ "regenerated": "2025-04-03 20 :27:34.697025 ",
13+ "spec_repo_commit": "17df409e "
1414 }
1515 }
1616}
Original file line number Diff line number Diff line change @@ -1623,10 +1623,7 @@ components:
16231623 - - 0.5
16241624 - 1.0
16251625 items:
1626- description: List of distribution point.
1627- oneOf:
1628- - $ref: '#/components/schemas/DistributionPointTimestamp'
1629- - $ref: '#/components/schemas/DistributionPointData'
1626+ $ref: '#/components/schemas/DistributionPointItems'
16301627 maxItems: 2
16311628 minItems: 2
16321629 type: array
@@ -1637,6 +1634,11 @@ components:
16371634 format: double
16381635 type: number
16391636 type: array
1637+ DistributionPointItems:
1638+ description: List of distribution point.
1639+ oneOf:
1640+ - $ref: '#/components/schemas/DistributionPointTimestamp'
1641+ - $ref: '#/components/schemas/DistributionPointData'
16401642 DistributionPointTimestamp:
16411643 description: Distribution point timestamp. It should be in seconds and current.
16421644 format: double
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ def overrides
8989 "v1.dashboard_type" => "DashboardType" ,
9090 "v1.deleted_monitor" => "DeletedMonitor" ,
9191 "v1.delete_shared_dashboard_response" => "DeleteSharedDashboardResponse" ,
92- "v1.distribution_point_item " => "DistributionPointItem " ,
92+ "v1.distribution_point_items " => "DistributionPointItems " ,
9393 "v1.distribution_points_content_encoding" => "DistributionPointsContentEncoding" ,
9494 "v1.distribution_points_payload" => "DistributionPointsPayload" ,
9595 "v1.distribution_points_series" => "DistributionPointsSeries" ,
Original file line number Diff line number Diff line change 1818
1919module DatadogAPIClient ::V1
2020 # List of distribution point.
21- module DistributionPointItem
21+ module DistributionPointItems
2222 class << self
2323 include BaseOneOfModel
2424 include BaseOneOfModelNoDiscriminator
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ def self.openapi_types
5656 {
5757 :'host' => :'String' ,
5858 :'metric' => :'String' ,
59- :'points' => :'Array<Array<DistributionPointItem >>' ,
59+ :'points' => :'Array<Array<DistributionPointItems >>' ,
6060 :'tags' => :'Array<String>' ,
6161 :'type' => :'DistributionPointsType'
6262 }
You can’t perform that action at this time.
0 commit comments