Skip to content

Commit 1f9113f

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Fix typo in event tags description (#1262)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 57e5b2c commit 1f9113f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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-12-14 13:19:08.162310",
8-
"spec_repo_commit": "72a02090"
7+
"regenerated": "2022-12-15 08:31:34.862333",
8+
"spec_repo_commit": "68538e62"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.4",
12-
"regenerated": "2022-12-14 13:19:08.177644",
13-
"spec_repo_commit": "72a02090"
12+
"regenerated": "2022-12-15 08:31:34.873194",
13+
"spec_repo_commit": "68538e62"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20090,7 +20090,7 @@ paths:
2009020090
schema:
2009120091
type: string
2009220092
- description: A comma separated list indicating what tags, if any, should be
20093-
used to filter the list of monitors by scope.
20093+
used to filter the list of events.
2009420094
example: host:host0
2009520095
in: query
2009620096
name: tags

src/datadog_api_client/v1/api/events_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def list_events(
213213
:type priority: EventPriority, optional
214214
:param sources: A comma separated string of sources.
215215
:type sources: str, optional
216-
:param tags: A comma separated list indicating what tags, if any, should be used to filter the list of monitors by scope.
216+
:param tags: A comma separated list indicating what tags, if any, should be used to filter the list of events.
217217
:type tags: str, optional
218218
:param unaggregated: Set unaggregated to ``true`` to return all events within the specified [ ``start`` , ``end`` ] timeframe.
219219
Otherwise if an event is aggregated to a parent event with a timestamp outside of the timeframe,

0 commit comments

Comments
 (0)