Skip to content

Commit 5fd805f

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 74a8f1e2 of spec repo
1 parent 02c03ee commit 5fd805f

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.6",
7-
"regenerated": "2024-12-13 16:09:30.230478",
8-
"spec_repo_commit": "936a5463"
7+
"regenerated": "2024-12-13 17:55:05.761111",
8+
"spec_repo_commit": "74a8f1e2"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-12-13 16:09:30.249799",
13-
"spec_repo_commit": "936a5463"
12+
"regenerated": "2024-12-13 17:55:05.779825",
13+
"spec_repo_commit": "74a8f1e2"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10106,7 +10106,7 @@ components:
1010610106
type: string
1010710107
query:
1010810108
default: '*'
10109-
description: The search query following the event search syntax.
10109+
description: The search query following the [event search syntax](https://docs.datadoghq.com/service_management/events/explorer/searching).
1011010110
example: service:web* AND @http.status_code:[200 TO 299]
1011110111
type: string
1011210112
to:

lib/datadog_api_client/v2/models/events_query_filter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class EventsQueryFilter
2424
# The minimum time for the requested events. Supports date math and regular timestamps in milliseconds.
2525
attr_accessor :from
2626

27-
# The search query following the event search syntax.
27+
# The search query following the [event search syntax](https://docs.datadoghq.com/service_management/events/explorer/searching).
2828
attr_accessor :query
2929

3030
# The maximum time for the requested events. Supports date math and regular timestamps in milliseconds.

0 commit comments

Comments
 (0)