Skip to content

Commit ea77c27

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit aabcab59 of spec repo
1 parent b3b5cb9 commit ea77c27

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2024-12-11 14:25:11.418805",
8-
"spec_repo_commit": "7a9d0200"
7+
"regenerated": "2024-12-11 16:42:23.963991",
8+
"spec_repo_commit": "aabcab59"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-12-11 14:25:11.437987",
13-
"spec_repo_commit": "7a9d0200"
12+
"regenerated": "2024-12-11 16:42:23.983198",
13+
"spec_repo_commit": "aabcab59"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21001,11 +21001,13 @@ components:
2100121001
SLOReportInterval:
2100221002
description: The frequency at which report data is to be generated.
2100321003
enum:
21004+
- daily
2100421005
- weekly
2100521006
- monthly
2100621007
example: weekly
2100721008
type: string
2100821009
x-enum-varnames:
21010+
- DAILY
2100921011
- WEEKLY
2101021012
- MONTHLY
2101121013
SLOReportPostResponse:

lib/datadog_api_client/v2/models/slo_report_interval.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ module DatadogAPIClient::V2
2121
class SLOReportInterval
2222
include BaseEnumModel
2323

24+
DAILY = "daily".freeze
2425
WEEKLY = "weekly".freeze
2526
MONTHLY = "monthly".freeze
2627
end

0 commit comments

Comments
 (0)