Skip to content

Commit 9b964a6

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
chore: update timezone language for global query options (#1236)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 91626ec commit 9b964a6

File tree

7 files changed

+19
-18
lines changed

7 files changed

+19
-18
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.4",
7-
"regenerated": "2022-11-17 17:19:22.067555",
8-
"spec_repo_commit": "d582c49d"
7+
"regenerated": "2022-11-17 19:57:05.790197",
8+
"spec_repo_commit": "bc510b70"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.4",
12-
"regenerated": "2022-11-17 17:19:22.079455",
13-
"spec_repo_commit": "d582c49d"
12+
"regenerated": "2022-11-17 19:57:05.803372",
13+
"spec_repo_commit": "bc510b70"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -783,8 +783,8 @@ components:
783783
type: integer
784784
timezone:
785785
default: UTC
786-
description: 'Timezone code. Can be specified as an offset, for example:
787-
"UTC+03:00".'
786+
description: The timezone can be specified as GMT, UTC, an offset from UTC
787+
(like UTC+1), or as a Timezone Database identifier (like America/New_York).
788788
example: GMT
789789
type: string
790790
type: object
@@ -1484,8 +1484,8 @@ components:
14841484
type: integer
14851485
timezone:
14861486
default: UTC
1487-
description: 'The timezone can be specified both as an offset, for example:
1488-
"UTC+03:00".'
1487+
description: The timezone can be specified as GMT, UTC, an offset from UTC
1488+
(like UTC+1), or as a Timezone Database identifier (like America/New_York).
14891489
example: GMT
14901490
type: string
14911491
type: object
@@ -2730,7 +2730,8 @@ components:
27302730
type: integer
27312731
timezone:
27322732
default: UTC
2733-
description: 'The timezone can be specified as an offset, for example: `UTC+03:00`.'
2733+
description: The timezone can be specified as GMT, UTC, an offset from UTC
2734+
(like UTC+1), or as a Timezone Database identifier (like America/New_York).
27342735
example: GMT
27352736
type: string
27362737
type: object
@@ -5264,8 +5265,8 @@ components:
52645265
type: integer
52655266
timezone:
52665267
default: UTC
5267-
description: 'The timezone can be specified both as an offset, for example:
5268-
"UTC+03:00".'
5268+
description: The timezone can be specified as GMT, UTC, an offset from UTC
5269+
(like UTC+1), or as a Timezone Database identifier (like America/New_York).
52695270
example: GMT
52705271
type: string
52715272
type: object
@@ -7290,8 +7291,8 @@ components:
72907291
type: integer
72917292
timezone:
72927293
default: UTC
7293-
description: 'The timezone can be specified both as an offset, for example:
7294-
"UTC+03:00".'
7294+
description: The timezone can be specified as GMT, UTC, an offset from UTC
7295+
(like UTC+1), or as a Timezone Database identifier (like America/New_York).
72957296
example: GMT
72967297
type: string
72977298
type: object

src/datadog_api_client/v2/model/audit_logs_query_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def __init__(self_, time_offset: Union[int, UnsetType] = unset, timezone: Union[
3434
:param time_offset: Time offset (in seconds) to apply to the query.
3535
:type time_offset: int, optional
3636
37-
:param timezone: Timezone code. Can be specified as an offset, for example: "UTC+03:00".
37+
:param timezone: The timezone can be specified as GMT, UTC, an offset from UTC (like UTC+1), or as a Timezone Database identifier (like America/New_York).
3838
:type timezone: str, optional
3939
"""
4040
if time_offset is not unset:

src/datadog_api_client/v2/model/ci_app_query_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def __init__(self_, time_offset: Union[int, UnsetType] = unset, timezone: Union[
3434
:param time_offset: The time offset (in seconds) to apply to the query.
3535
:type time_offset: int, optional
3636
37-
:param timezone: The timezone can be specified both as an offset, for example: "UTC+03:00".
37+
:param timezone: The timezone can be specified as GMT, UTC, an offset from UTC (like UTC+1), or as a Timezone Database identifier (like America/New_York).
3838
:type timezone: str, optional
3939
"""
4040
if time_offset is not unset:

src/datadog_api_client/v2/model/events_query_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def __init__(self_, time_offset: Union[int, UnsetType] = unset, timezone: Union[
3434
:param time_offset: The time offset to apply to the query in seconds.
3535
:type time_offset: int, optional
3636
37-
:param timezone: The timezone can be specified as an offset, for example: ``UTC+03:00``.
37+
:param timezone: The timezone can be specified as GMT, UTC, an offset from UTC (like UTC+1), or as a Timezone Database identifier (like America/New_York).
3838
:type timezone: str, optional
3939
"""
4040
if time_offset is not unset:

src/datadog_api_client/v2/model/logs_query_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def __init__(self_, time_offset: Union[int, UnsetType] = unset, timezone: Union[
3434
:param time_offset: The time offset (in seconds) to apply to the query.
3535
:type time_offset: int, optional
3636
37-
:param timezone: The timezone can be specified both as an offset, for example: "UTC+03:00".
37+
:param timezone: The timezone can be specified as GMT, UTC, an offset from UTC (like UTC+1), or as a Timezone Database identifier (like America/New_York).
3838
:type timezone: str, optional
3939
"""
4040
if time_offset is not unset:

src/datadog_api_client/v2/model/rum_query_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def __init__(self_, time_offset: Union[int, UnsetType] = unset, timezone: Union[
3434
:param time_offset: The time offset (in seconds) to apply to the query.
3535
:type time_offset: int, optional
3636
37-
:param timezone: The timezone can be specified both as an offset, for example: "UTC+03:00".
37+
:param timezone: The timezone can be specified as GMT, UTC, an offset from UTC (like UTC+1), or as a Timezone Database identifier (like America/New_York).
3838
:type timezone: str, optional
3939
"""
4040
if time_offset is not unset:

0 commit comments

Comments
 (0)