Skip to content

Commit 99554e1

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Fix end date description (#1567)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent d6ca936 commit 99554e1

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
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.5",
7-
"regenerated": "2023-07-07 16:55:26.968751",
8-
"spec_repo_commit": "64593ced"
7+
"regenerated": "2023-07-10 14:14:46.515708",
8+
"spec_repo_commit": "19d6892e"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.5",
12-
"regenerated": "2023-07-07 16:55:26.986519",
13-
"spec_repo_commit": "64593ced"
12+
"regenerated": "2023-07-10 14:14:46.590885",
13+
"spec_repo_commit": "19d6892e"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4058,7 +4058,7 @@ components:
40584058
description: 'ISO-8601 Datetime to end the downtime. Must include a UTC
40594059
offset of zero. If not provided, the
40604060

4061-
downtime starts the moment it is created.'
4061+
downtime continues forever.'
40624062
example: 2020-01-02 03:04:00+00:00
40634063
format: date-time
40644064
nullable: true

src/datadog_api_client/v2/model/downtime_schedule_create_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def __init__(self, **kwargs):
2222
:type timezone: str, optional
2323
2424
:param end: ISO-8601 Datetime to end the downtime. Must include a UTC offset of zero. If not provided, the
25-
downtime starts the moment it is created.
25+
downtime continues forever.
2626
:type end: datetime, none_type, optional
2727
2828
:param start: ISO-8601 Datetime to start the downtime. Must include a UTC offset of zero. If not provided, the

src/datadog_api_client/v2/model/downtime_schedule_one_time_create_update_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def __init__(
3838
A one-time downtime definition.
3939
4040
:param end: ISO-8601 Datetime to end the downtime. Must include a UTC offset of zero. If not provided, the
41-
downtime starts the moment it is created.
41+
downtime continues forever.
4242
:type end: datetime, none_type, optional
4343
4444
:param start: ISO-8601 Datetime to start the downtime. Must include a UTC offset of zero. If not provided, the

src/datadog_api_client/v2/model/downtime_schedule_update_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def __init__(self, **kwargs):
2222
:type timezone: str, optional
2323
2424
:param end: ISO-8601 Datetime to end the downtime. Must include a UTC offset of zero. If not provided, the
25-
downtime starts the moment it is created.
25+
downtime continues forever.
2626
:type end: datetime, none_type, optional
2727
2828
:param start: ISO-8601 Datetime to start the downtime. Must include a UTC offset of zero. If not provided, the

0 commit comments

Comments
 (0)