Skip to content

Commit 8778a98

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Fix typo in event tags description (#939)
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 a629034 commit 8778a98

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:02.571339",
8-
"spec_repo_commit": "72a02090"
7+
"regenerated": "2022-12-15 08:31:46.698374",
8+
"spec_repo_commit": "68538e62"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.4",
12-
"regenerated": "2022-12-14 13:19:02.583378",
13-
"spec_repo_commit": "72a02090"
12+
"regenerated": "2022-12-15 08:31:46.710052",
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

packages/datadog-api-client-v1/apis/EventsApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ export interface EventsApiListEventsRequest {
414414
*/
415415
sources?: string;
416416
/**
417-
* A comma separated list indicating what tags, if any, should be used to filter the list of monitors by scope.
417+
* A comma separated list indicating what tags, if any, should be used to filter the list of events.
418418
* @type string
419419
*/
420420
tags?: string;

0 commit comments

Comments
 (0)