Skip to content

Commit f88c335

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 5ba3857 of spec repo
1 parent 8a4fef6 commit f88c335

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
@@ -2884,6 +2884,7 @@ components:
28842884
- ci_pipelines
28852885
- incident_analytics
28862886
- product_analytics
2887+
- on_call_events
28872888
example: logs
28882889
type: string
28892890
x-enum-varnames:
@@ -2899,6 +2900,7 @@ components:
28992900
- CI_PIPELINES
29002901
- INCIDENT_ANALYTICS
29012902
- PRODUCT_ANALYTICS
2903+
- ON_CALL_EVENTS
29022904
FormulaAndFunctionMetricAggregation:
29032905
description: The aggregation methods available for metrics queries.
29042906
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
@@ -33,5 +33,6 @@ class FormulaAndFunctionEventsDataSource
3333
CI_PIPELINES = "ci_pipelines".freeze
3434
INCIDENT_ANALYTICS = "incident_analytics".freeze
3535
PRODUCT_ANALYTICS = "product_analytics".freeze
36+
ON_CALL_EVENTS = "on_call_events".freeze
3637
end
3738
end

0 commit comments

Comments
 (0)