Skip to content

Commit 5310dc2

Browse files
Merge master into datadog-api-spec/test/therve/upload-test
2 parents 91196f2 + f4be2fb commit 5310dc2

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:00.053133",
8-
"spec_repo_commit": "4d921fb1"
7+
"regenerated": "2024-01-18 23:59:52.072244",
8+
"spec_repo_commit": "7dba000a"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-01-18 22:52:00.067802",
13-
"spec_repo_commit": "4d921fb1"
12+
"regenerated": "2024-01-18 23:59:52.086183",
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:

src/datadog_api_client/v1/model/slo_correction_create_request_attributes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def __init__(
7272
:type end: int, optional
7373
7474
:param rrule: The recurrence rules as defined in the iCalendar RFC 5545. The supported rules for SLO corrections
75-
are ``FREQ`` , ``INTERVAL`` , ``COUNT`` and ``UNTIL``.
75+
are ``FREQ`` , ``INTERVAL`` , ``COUNT`` , ``UNTIL`` and ``BYDAY``.
7676
:type rrule: str, optional
7777
7878
:param slo_id: ID of the SLO that this correction applies to.

src/datadog_api_client/v1/model/slo_correction_response_attributes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def __init__(
108108
:type modifier: SLOCorrectionResponseAttributesModifier, none_type, optional
109109
110110
:param rrule: The recurrence rules as defined in the iCalendar RFC 5545. The supported rules for SLO corrections
111-
are ``FREQ`` , ``INTERVAL`` , ``COUNT`` , and ``UNTIL``.
111+
are ``FREQ`` , ``INTERVAL`` , ``COUNT`` , ``UNTIL`` and ``BYDAY``.
112112
:type rrule: str, none_type, optional
113113
114114
:param slo_id: ID of the SLO that this correction applies to.

src/datadog_api_client/v1/model/slo_correction_update_request_attributes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def __init__(
6969
:type end: int, optional
7070
7171
:param rrule: The recurrence rules as defined in the iCalendar RFC 5545. The supported rules for SLO corrections
72-
are ``FREQ`` , ``INTERVAL`` , ``COUNT`` , and ``UNTIL``.
72+
are ``FREQ`` , ``INTERVAL`` , ``COUNT`` , ``UNTIL`` and ``BYDAY``.
7373
:type rrule: str, optional
7474
7575
:param start: Starting time of the correction in epoch seconds.

0 commit comments

Comments
 (0)