Skip to content

Commit

Permalink
Update stated limit for api/v2/metrics from 14 days to 30 days (#1255)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <[email protected]>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Jul 21, 2023
1 parent 680abf2 commit bd1cd99
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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.5",
"regenerated": "2023-07-20 20:37:36.664374",
"spec_repo_commit": "313b8b33"
"regenerated": "2023-07-21 15:02:52.745114",
"spec_repo_commit": "1b0797fc"
},
"v2": {
"apigentools_version": "1.6.5",
"regenerated": "2023-07-20 20:37:36.684836",
"spec_repo_commit": "313b8b33"
"regenerated": "2023-07-21 15:02:52.758154",
"spec_repo_commit": "1b0797fc"
}
}
}
2 changes: 1 addition & 1 deletion .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21542,7 +21542,7 @@ paths:
- description: 'The number of seconds of look back (from now) to apply to a
filter[tag] or filter[queried] query.

Defaults value is 3600 (1 hour), maximum value is 1,209,600 (2 weeks).'
Default value is 3600 (1 hour), maximum value is 2,592,000 (30 days).'
example: 3600
in: query
name: window[seconds]
Expand Down
2 changes: 1 addition & 1 deletion packages/datadog-api-client-v2/apis/MetricsApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1722,7 +1722,7 @@ export interface MetricsApiListTagConfigurationsRequest {
filterTags?: string;
/**
* The number of seconds of look back (from now) to apply to a filter[tag] or filter[queried] query.
* Defaults value is 3600 (1 hour), maximum value is 1,209,600 (2 weeks).
* Default value is 3600 (1 hour), maximum value is 2,592,000 (30 days).
* @type number
*/
windowSeconds?: number;
Expand Down

0 comments on commit bd1cd99

Please sign in to comment.