Skip to content

Commit 4897d61

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
and
ci.datadog-api-spec
authored
Document support for BYDAY in SLO corrections (#1492)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 483073a commit 4897d61

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

packages/datadog-api-client-v1/models/SLOCorrectionCreateRequestAttributes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export class SLOCorrectionCreateRequestAttributes {
2929
"end"?: number;
3030
/**
3131
* The recurrence rules as defined in the iCalendar RFC 5545. The supported rules for SLO corrections
32-
* are `FREQ`, `INTERVAL`, `COUNT` and `UNTIL`.
32+
* are `FREQ`, `INTERVAL`, `COUNT`, `UNTIL` and `BYDAY`.
3333
*/
3434
"rrule"?: string;
3535
/**

packages/datadog-api-client-v1/models/SLOCorrectionResponseAttributes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export class SLOCorrectionResponseAttributes {
4747
"modifier"?: SLOCorrectionResponseAttributesModifier;
4848
/**
4949
* The recurrence rules as defined in the iCalendar RFC 5545. The supported rules for SLO corrections
50-
* are `FREQ`, `INTERVAL`, `COUNT`, and `UNTIL`.
50+
* are `FREQ`, `INTERVAL`, `COUNT`, `UNTIL` and `BYDAY`.
5151
*/
5252
"rrule"?: string;
5353
/**

packages/datadog-api-client-v1/models/SLOCorrectionUpdateRequestAttributes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export class SLOCorrectionUpdateRequestAttributes {
2929
"end"?: number;
3030
/**
3131
* The recurrence rules as defined in the iCalendar RFC 5545. The supported rules for SLO corrections
32-
* are `FREQ`, `INTERVAL`, `COUNT`, and `UNTIL`.
32+
* are `FREQ`, `INTERVAL`, `COUNT`, `UNTIL` and `BYDAY`.
3333
*/
3434
"rrule"?: string;
3535
/**

0 commit comments

Comments
 (0)