Skip to content

Commit

Permalink
Regenerate client from commit 7dba000a of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Jan 19, 2024
1 parent 1d409fa commit 127bb24
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 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-18 22:51:57.052768",
"spec_repo_commit": "4d921fb1"
"regenerated": "2024-01-18 23:59:54.919875",
"spec_repo_commit": "7dba000a"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-01-18 22:51:57.068794",
"spec_repo_commit": "4d921fb1"
"regenerated": "2024-01-18 23:59:54.940202",
"spec_repo_commit": "7dba000a"
}
}
}
6 changes: 3 additions & 3 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10074,7 +10074,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 @@ -10151,7 +10151,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 @@ -10227,7 +10227,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 @@ -163,8 +163,8 @@ public SLOCorrectionCreateRequestAttributes rrule(String rrule) {

/**
* The recurrence rules as defined in the iCalendar RFC 5545. The supported rules for SLO
* corrections are <code>FREQ</code>, <code>INTERVAL</code>, <code>COUNT</code> and <code>UNTIL
* </code>.
* corrections are <code>FREQ</code>, <code>INTERVAL</code>, <code>COUNT</code>, <code>UNTIL
* </code> and <code>BYDAY</code>.
*
* @return rrule
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,8 @@ public SLOCorrectionResponseAttributes rrule(String rrule) {

/**
* The recurrence rules as defined in the iCalendar RFC 5545. The supported rules for SLO
* corrections are <code>FREQ</code>, <code>INTERVAL</code>, <code>COUNT</code>, and <code>UNTIL
* </code>.
* corrections are <code>FREQ</code>, <code>INTERVAL</code>, <code>COUNT</code>, <code>UNTIL
* </code> and <code>BYDAY</code>.
*
* @return rrule
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ public SLOCorrectionUpdateRequestAttributes rrule(String rrule) {

/**
* The recurrence rules as defined in the iCalendar RFC 5545. The supported rules for SLO
* corrections are <code>FREQ</code>, <code>INTERVAL</code>, <code>COUNT</code>, and <code>UNTIL
* </code>.
* corrections are <code>FREQ</code>, <code>INTERVAL</code>, <code>COUNT</code>, <code>UNTIL
* </code> and <code>BYDAY</code>.
*
* @return rrule
*/
Expand Down

0 comments on commit 127bb24

Please sign in to comment.