Skip to content

Commit 2acdccc

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 3ebe762b of spec repo
1 parent 50626e7 commit 2acdccc

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-12 13:29:22.131222",
8-
"spec_repo_commit": "f0c3c0f4"
7+
"regenerated": "2024-12-12 14:27:15.162688",
8+
"spec_repo_commit": "3ebe762b"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-12-12 13:29:22.150037",
13-
"spec_repo_commit": "f0c3c0f4"
12+
"regenerated": "2024-12-12 14:27:15.181601",
13+
"spec_repo_commit": "3ebe762b"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21110,11 +21110,13 @@ components:
2111021110
SLOReportInterval:
2111121111
description: The frequency at which report data is to be generated.
2111221112
enum:
21113+
- daily
2111321114
- weekly
2111421115
- monthly
2111521116
example: weekly
2111621117
type: string
2111721118
x-enum-varnames:
21119+
- DAILY
2111821120
- WEEKLY
2111921121
- MONTHLY
2112021122
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)