Skip to content

Commit 59d6a23

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 5286c57 of spec repo (#183)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 25a4089 commit 59d6a23

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
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.3.0",
7-
"regenerated": "2020-12-07 17:47:05.841868",
8-
"spec_repo_commit": "ea548b1"
7+
"regenerated": "2020-12-08 09:24:27.030348",
8+
"spec_repo_commit": "5286c57"
99
},
1010
"v2": {
1111
"apigentools_version": "1.3.0",
12-
"regenerated": "2020-12-07 17:47:15.963438",
13-
"spec_repo_commit": "ea548b1"
12+
"regenerated": "2020-12-08 09:24:37.641003",
13+
"spec_repo_commit": "5286c57"
1414
}
1515
}
1616
}

docs/v1/Downtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Name | Type | Description | Notes
1818
**recurrence** | [**DowntimeRecurrence**](DowntimeRecurrence.md) | | [optional]
1919
**scope** | **[str]** | The scope(s) to which the downtime applies. For example, &#x60;host:app2&#x60;. Provide multiple scopes as a comma-separated list like &#x60;env:dev,env:prod&#x60;. The resulting downtime applies to sources that matches ALL provided scopes (&#x60;env:dev&#x60; **AND** &#x60;env:prod&#x60;). | [optional]
2020
**start** | **int** | POSIX timestamp to start the downtime. If not provided, the downtime starts the moment it is created. | [optional]
21-
**timezone** | **str** | The timezone for the downtime. | [optional]
21+
**timezone** | **str** | The timezone in which to display the downtime&#39;s start and end times in Datadog applications. | [optional]
2222
**updater_id** | **int, none_type** | ID of the last user that updated the downtime. | [optional] [readonly]
2323

2424
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)

src/datadog_api_client/v1/model/downtime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def __init__(self, *args, **kwargs): # noqa: E501
187187
recurrence (DowntimeRecurrence): [optional] # noqa: E501
188188
scope ([str]): The scope(s) to which the downtime applies. For example, &#x60;host:app2&#x60;. Provide multiple scopes as a comma-separated list like &#x60;env:dev,env:prod&#x60;. The resulting downtime applies to sources that matches ALL provided scopes (&#x60;env:dev&#x60; **AND** &#x60;env:prod&#x60;).. [optional] # noqa: E501
189189
start (int): POSIX timestamp to start the downtime. If not provided, the downtime starts the moment it is created.. [optional] # noqa: E501
190-
timezone (str): The timezone for the downtime.. [optional] # noqa: E501
190+
timezone (str): The timezone in which to display the downtime&#39;s start and end times in Datadog applications.. [optional] # noqa: E501
191191
updater_id (int, none_type): ID of the last user that updated the downtime.. [optional] # noqa: E501
192192
"""
193193

src/datadog_api_client/v1/openapi.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1250,7 +1250,8 @@ components:
12501250
format: int64
12511251
type: integer
12521252
timezone:
1253-
description: The timezone for the downtime.
1253+
description: The timezone in which to display the downtime's start and end
1254+
times in Datadog applications.
12541255
example: America/New_York
12551256
type: string
12561257
updater_id:

0 commit comments

Comments
 (0)