Skip to content

Commit

Permalink
Regenerate client from commit c0c06d41 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Jan 18, 2024
1 parent a5fcf5d commit 132ddfc
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-01-12 20:45:36.228943",
"spec_repo_commit": "bdf7d582"
"regenerated": "2024-01-18 21:03:40.972163",
"spec_repo_commit": "c0c06d41"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-01-12 20:45:36.248061",
"spec_repo_commit": "bdf7d582"
"regenerated": "2024-01-18 21:03:40.992097",
"spec_repo_commit": "c0c06d41"
}
}
}
6 changes: 3 additions & 3 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10061,7 +10061,7 @@ components:
description: 'The recurrence rules as defined in the iCalendar RFC 5545.
The supported rules for SLO corrections

are `FREQ`, `INTERVAL`, `COUNT` and `UNTIL`.'
are `FREQ`, `INTERVAL`, `COUNT`, `UNTIL` and `BYDAY`.'
example: FREQ=DAILY;INTERVAL=10;COUNT=5
type: string
slo_id:
Expand Down Expand Up @@ -10138,7 +10138,7 @@ components:
description: 'The recurrence rules as defined in the iCalendar RFC 5545.
The supported rules for SLO corrections

are `FREQ`, `INTERVAL`, `COUNT`, and `UNTIL`.'
are `FREQ`, `INTERVAL`, `COUNT`, `UNTIL` and `BYDAY`.'
example: FREQ=DAILY;INTERVAL=10;COUNT=5
nullable: true
type: string
Expand Down Expand Up @@ -10214,7 +10214,7 @@ components:
description: 'The recurrence rules as defined in the iCalendar RFC 5545.
The supported rules for SLO corrections

are `FREQ`, `INTERVAL`, `COUNT`, and `UNTIL`.'
are `FREQ`, `INTERVAL`, `COUNT`, `UNTIL` and `BYDAY`.'
example: FREQ=DAILY;INTERVAL=10;COUNT=5
type: string
start:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type SLOCorrectionCreateRequestAttributes struct {
// Ending time of the correction in epoch seconds.
End *int64 `json:"end,omitempty"`
// The recurrence rules as defined in the iCalendar RFC 5545. The supported rules for SLO corrections
// are `FREQ`, `INTERVAL`, `COUNT` and `UNTIL`.
// are `FREQ`, `INTERVAL`, `COUNT`, `UNTIL` and `BYDAY`.
Rrule *string `json:"rrule,omitempty"`
// ID of the SLO that this correction applies to.
SloId string `json:"slo_id"`
Expand Down
2 changes: 1 addition & 1 deletion api/datadogV1/model_slo_correction_response_attributes.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type SLOCorrectionResponseAttributes struct {
// Modifier of the object.
Modifier NullableSLOCorrectionResponseAttributesModifier `json:"modifier,omitempty"`
// The recurrence rules as defined in the iCalendar RFC 5545. The supported rules for SLO corrections
// are `FREQ`, `INTERVAL`, `COUNT`, and `UNTIL`.
// are `FREQ`, `INTERVAL`, `COUNT`, `UNTIL` and `BYDAY`.
Rrule datadog.NullableString `json:"rrule,omitempty"`
// ID of the SLO that this correction applies to.
SloId *string `json:"slo_id,omitempty"`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type SLOCorrectionUpdateRequestAttributes struct {
// Ending time of the correction in epoch seconds.
End *int64 `json:"end,omitempty"`
// The recurrence rules as defined in the iCalendar RFC 5545. The supported rules for SLO corrections
// are `FREQ`, `INTERVAL`, `COUNT`, and `UNTIL`.
// are `FREQ`, `INTERVAL`, `COUNT`, `UNTIL` and `BYDAY`.
Rrule *string `json:"rrule,omitempty"`
// Starting time of the correction in epoch seconds.
Start *int64 `json:"start,omitempty"`
Expand Down

0 comments on commit 132ddfc

Please sign in to comment.