Skip to content

Commit 450bbd8

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 7dba000a of spec repo
1 parent 4250787 commit 450bbd8

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
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-01-18 22:52:03.306976",
8-
"spec_repo_commit": "4d921fb1"
7+
"regenerated": "2024-01-18 23:59:59.323435",
8+
"spec_repo_commit": "7dba000a"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-01-18 22:52:03.331679",
13-
"spec_repo_commit": "4d921fb1"
12+
"regenerated": "2024-01-18 23:59:59.344143",
13+
"spec_repo_commit": "7dba000a"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10074,7 +10074,7 @@ components:
1007410074
description: 'The recurrence rules as defined in the iCalendar RFC 5545.
1007510075
The supported rules for SLO corrections
1007610076

10077-
are `FREQ`, `INTERVAL`, `COUNT` and `UNTIL`.'
10077+
are `FREQ`, `INTERVAL`, `COUNT`, `UNTIL` and `BYDAY`.'
1007810078
example: FREQ=DAILY;INTERVAL=10;COUNT=5
1007910079
type: string
1008010080
slo_id:
@@ -10151,7 +10151,7 @@ components:
1015110151
description: 'The recurrence rules as defined in the iCalendar RFC 5545.
1015210152
The supported rules for SLO corrections
1015310153

10154-
are `FREQ`, `INTERVAL`, `COUNT`, and `UNTIL`.'
10154+
are `FREQ`, `INTERVAL`, `COUNT`, `UNTIL` and `BYDAY`.'
1015510155
example: FREQ=DAILY;INTERVAL=10;COUNT=5
1015610156
nullable: true
1015710157
type: string
@@ -10227,7 +10227,7 @@ components:
1022710227
description: 'The recurrence rules as defined in the iCalendar RFC 5545.
1022810228
The supported rules for SLO corrections
1022910229

10230-
are `FREQ`, `INTERVAL`, `COUNT`, and `UNTIL`.'
10230+
are `FREQ`, `INTERVAL`, `COUNT`, `UNTIL` and `BYDAY`.'
1023110231
example: FREQ=DAILY;INTERVAL=10;COUNT=5
1023210232
type: string
1023310233
start:

lib/datadog_api_client/v1/models/slo_correction_create_request_attributes.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class SLOCorrectionCreateRequestAttributes
3434
attr_accessor :_end
3535

3636
# The recurrence rules as defined in the iCalendar RFC 5545. The supported rules for SLO corrections
37-
# are `FREQ`, `INTERVAL`, `COUNT` and `UNTIL`.
37+
# are `FREQ`, `INTERVAL`, `COUNT`, `UNTIL` and `BYDAY`.
3838
attr_accessor :rrule
3939

4040
# ID of the SLO that this correction applies to.

lib/datadog_api_client/v1/models/slo_correction_response_attributes.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class SLOCorrectionResponseAttributes
4646
attr_accessor :modifier
4747

4848
# The recurrence rules as defined in the iCalendar RFC 5545. The supported rules for SLO corrections
49-
# are `FREQ`, `INTERVAL`, `COUNT`, and `UNTIL`.
49+
# are `FREQ`, `INTERVAL`, `COUNT`, `UNTIL` and `BYDAY`.
5050
attr_accessor :rrule
5151

5252
# ID of the SLO that this correction applies to.

lib/datadog_api_client/v1/models/slo_correction_update_request_attributes.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class SLOCorrectionUpdateRequestAttributes
3434
attr_accessor :_end
3535

3636
# The recurrence rules as defined in the iCalendar RFC 5545. The supported rules for SLO corrections
37-
# are `FREQ`, `INTERVAL`, `COUNT`, and `UNTIL`.
37+
# are `FREQ`, `INTERVAL`, `COUNT`, `UNTIL` and `BYDAY`.
3838
attr_accessor :rrule
3939

4040
# Starting time of the correction in epoch seconds.

0 commit comments

Comments
 (0)