File tree 3 files changed +6
-7
lines changed
lib/datadog_api_client/v2/models 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"apigentools_version": "1.6.6",
7
- "regenerated": "2024-10-31 16:41:41.024770 ",
8
- "spec_repo_commit": "63c441b2 "
7
+ "regenerated": "2024-11-04 15:06:20.227979 ",
8
+ "spec_repo_commit": "fe98dfb2 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2024-10-31 16:41:41.042740 ",
13
- "spec_repo_commit": "63c441b2 "
12
+ "regenerated": "2024-11-04 15:06:20.246988 ",
13
+ "spec_repo_commit": "fe98dfb2 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -19394,8 +19394,7 @@ components:
19394
19394
properties:
19395
19395
query:
19396
19396
default: '*'
19397
- description: The search query - following the RUM search syntax. Must include
19398
- an @type facet query.
19397
+ description: The search query - following the RUM search syntax.
19399
19398
example: '@service:web-ui: '
19400
19399
type: string
19401
19400
required:
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ module DatadogAPIClient::V2
21
21
class RumMetricFilter
22
22
include BaseGenericModel
23
23
24
- # The search query - following the RUM search syntax. Must include an @type facet query.
24
+ # The search query - following the RUM search syntax.
25
25
attr_reader :query
26
26
27
27
attr_accessor :additional_properties
You can’t perform that action at this time.
0 commit comments