Skip to content

Commit 87ac206

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 4c285d5 of spec repo
1 parent c18c050 commit 87ac206

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.generator/schemas/v1/openapi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2875,6 +2875,7 @@ components:
28752875
- ci_tests
28762876
- ci_pipelines
28772877
- incident_analytics
2878+
- product_analytics
28782879
example: logs
28792880
type: string
28802881
x-enum-varnames:
@@ -2889,6 +2890,7 @@ components:
28892890
- CI_TESTS
28902891
- CI_PIPELINES
28912892
- INCIDENT_ANALYTICS
2893+
- PRODUCT_ANALYTICS
28922894
FormulaAndFunctionMetricAggregation:
28932895
description: The aggregation methods available for metrics queries.
28942896
enum:

lib/datadog_api_client/v1/models/formula_and_function_events_data_source.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@ class FormulaAndFunctionEventsDataSource
3232
CI_TESTS = "ci_tests".freeze
3333
CI_PIPELINES = "ci_pipelines".freeze
3434
INCIDENT_ANALYTICS = "incident_analytics".freeze
35+
PRODUCT_ANALYTICS = "product_analytics".freeze
3536
end
3637
end

0 commit comments

Comments
 (0)