Skip to content

Commit 982c187

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 299d867 of spec repo (DataDog#3395)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent f872bd5 commit 982c187

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.generator/schemas/v1/openapi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2080,6 +2080,7 @@ components:
20802080
- $ref: "#/components/schemas/FormulaAndFunctionMetricQueryDefinition"
20812081
- $ref: "#/components/schemas/FormulaAndFunctionEventQueryDefinition"
20822082
- $ref: "#/components/schemas/FormulaAndFunctionApmResourceStatsQueryDefinition"
2083+
- $ref: "#/components/schemas/FormulaAndFunctionApmMetricsQueryDefinition"
20832084
DistributionWidgetRequest:
20842085
description: Updated distribution widget.
20852086
properties:

lib/datadog_api_client/v1/models/distribution_widget_histogram_request_query.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ def openapi_one_of
2828
[
2929
:'FormulaAndFunctionMetricQueryDefinition',
3030
:'FormulaAndFunctionEventQueryDefinition',
31-
:'FormulaAndFunctionApmResourceStatsQueryDefinition'
31+
:'FormulaAndFunctionApmResourceStatsQueryDefinition',
32+
:'FormulaAndFunctionApmMetricsQueryDefinition'
3233
]
3334
end
3435
# Builds the object

0 commit comments

Comments
 (0)