Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.4",
"regenerated": "2022-11-14 21:41:47.355991",
"spec_repo_commit": "df75b65d"
"regenerated": "2022-11-15 14:55:22.459298",
"spec_repo_commit": "63774181"
},
"v2": {
"apigentools_version": "1.6.4",
"regenerated": "2022-11-14 21:41:47.367731",
"spec_repo_commit": "df75b65d"
"regenerated": "2022-11-15 14:55:22.471388",
"spec_repo_commit": "63774181"
}
}
}
12 changes: 8 additions & 4 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7250,8 +7250,10 @@ components:
properties:
from:
default: now-15m
description: The minimum time for the requested events; supports date, math,
and regular timestamps (in milliseconds).
description: The minimum time for the requested events; supports date (in
[ISO 8601](https://www.w3.org/TR/NOTE-datetime) format with full date,
hours, minutes, and the `Z` UTC indicator - seconds and fractional seconds
are optional), math, and regular timestamps (in milliseconds).
example: now-15m
type: string
query:
Expand All @@ -7261,8 +7263,10 @@ components:
type: string
to:
default: now
description: The maximum time for the requested events; supports date, math,
and regular timestamps (in milliseconds).
description: The maximum time for the requested events; supports date (in
[ISO 8601](https://www.w3.org/TR/NOTE-datetime) format with full date,
hours, minutes, and the `Z` UTC indicator - seconds and fractional seconds
are optional), math, and regular timestamps (in milliseconds).
example: now
type: string
type: object
Expand Down
4 changes: 2 additions & 2 deletions lib/datadog_api_client/v2/models/rum_query_filter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ class RUMQueryFilter
# @!visibility private
attr_accessor :_unparsed

# The minimum time for the requested events; supports date, math, and regular timestamps (in milliseconds).
# The minimum time for the requested events; supports date (in [ISO 8601](https://www.w3.org/TR/NOTE-datetime) format with full date, hours, minutes, and the `Z` UTC indicator - seconds and fractional seconds are optional), math, and regular timestamps (in milliseconds).
attr_accessor :from

# The search query following the RUM search syntax.
attr_accessor :query

# The maximum time for the requested events; supports date, math, and regular timestamps (in milliseconds).
# The maximum time for the requested events; supports date (in [ISO 8601](https://www.w3.org/TR/NOTE-datetime) format with full date, hours, minutes, and the `Z` UTC indicator - seconds and fractional seconds are optional), math, and regular timestamps (in milliseconds).
attr_accessor :to

# Attribute mapping from ruby-style variable name to JSON key.
Expand Down