Skip to content

Commit 6844db6

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Update api/v2/metrics query param description (DataDog#3828)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 1fe41a2 commit 6844db6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.generator/schemas/v2/openapi.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91504,8 +91504,8 @@ paths:
9150491504

9150591505
If `filter[queried]` is not provided, sending this parameter returns a 400.
9150691506

91507-
For example: `GET /api/v2/metrics?filter[queried]=true&filter[queried][window][seconds]=7776000`.'
91508-
example: 7776000
91507+
For example: `GET /api/v2/metrics?filter[queried]=true&filter[queried][window][seconds]=15552000`.'
91508+
example: 15552000
9150991509
in: query
9151091510
name: filter[queried][window][seconds]
9151191511
required: false
@@ -91533,7 +91533,7 @@ paths:
9153391533
schema:
9153491534
type: boolean
9153591535
- description: 'The number of seconds of look back (from now) to apply to a
91536-
filter[tag] or filter[queried] query.
91536+
filter[tag] query.
9153791537

9153891538
Default value is 3600 (1 hour), maximum value is 5,184,000 (60 days).'
9153991539
example: 3600

0 commit comments

Comments
 (0)