Skip to content

Commit 756c905

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
[list events v2]Update params description to clarify unit (#2133)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent f3d7186 commit 756c905

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
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.6",
7-
"regenerated": "2024-09-03 13:58:40.388311",
8-
"spec_repo_commit": "ff772101"
7+
"regenerated": "2024-09-03 14:58:57.329345",
8+
"spec_repo_commit": "9e18747d"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-09-03 13:58:40.405077",
13-
"spec_repo_commit": "ff772101"
12+
"regenerated": "2024-09-03 14:58:57.346760",
13+
"spec_repo_commit": "9e18747d"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27779,13 +27779,13 @@ paths:
2777927779
required: false
2778027780
schema:
2778127781
type: string
27782-
- description: Minimum timestamp for requested events.
27782+
- description: Minimum timestamp for requested events, in milliseconds.
2778327783
in: query
2778427784
name: filter[from]
2778527785
required: false
2778627786
schema:
2778727787
type: string
27788-
- description: Maximum timestamp for requested events.
27788+
- description: Maximum timestamp for requested events, in milliseconds.
2778927789
in: query
2779027790
name: filter[to]
2779127791
required: false

src/datadog_api_client/v2/api/events_api.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ def list_events(
119119
120120
:param filter_query: Search query following events syntax.
121121
:type filter_query: str, optional
122-
:param filter_from: Minimum timestamp for requested events.
122+
:param filter_from: Minimum timestamp for requested events, in milliseconds.
123123
:type filter_from: str, optional
124-
:param filter_to: Maximum timestamp for requested events.
124+
:param filter_to: Maximum timestamp for requested events, in milliseconds.
125125
:type filter_to: str, optional
126126
:param sort: Order of events in results.
127127
:type sort: EventsSort, optional
@@ -168,9 +168,9 @@ def list_events_with_pagination(
168168
169169
:param filter_query: Search query following events syntax.
170170
:type filter_query: str, optional
171-
:param filter_from: Minimum timestamp for requested events.
171+
:param filter_from: Minimum timestamp for requested events, in milliseconds.
172172
:type filter_from: str, optional
173-
:param filter_to: Maximum timestamp for requested events.
173+
:param filter_to: Maximum timestamp for requested events, in milliseconds.
174174
:type filter_to: str, optional
175175
:param sort: Order of events in results.
176176
:type sort: EventsSort, optional

0 commit comments

Comments
 (0)