diff --git a/.apigentools-info b/.apigentools-info index 7e7f23ce9251..50c94c973f7d 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.4", - "regenerated": "2023-03-06 21:45:24.920480", - "spec_repo_commit": "c9d1fe42" + "regenerated": "2023-03-06 21:58:34.746320", + "spec_repo_commit": "d749ce87" }, "v2": { "apigentools_version": "1.6.4", - "regenerated": "2023-03-06 21:45:24.933171", - "spec_repo_commit": "c9d1fe42" + "regenerated": "2023-03-06 21:58:34.758692", + "spec_repo_commit": "d749ce87" } } } \ No newline at end of file diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index 9aa643de2f4c..155ca08eafef 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -20761,14 +20761,14 @@ paths: name: metric_query schema: type: string - - description: The POSIX timestamp of the start of the query. + - description: The POSIX timestamp of the start of the query in seconds. in: query name: start required: true schema: format: int64 type: integer - - description: The POSIX timestamp of the end of the query. + - description: The POSIX timestamp of the end of the query in seconds. in: query name: end required: true diff --git a/packages/datadog-api-client-v1/apis/SnapshotsApi.ts b/packages/datadog-api-client-v1/apis/SnapshotsApi.ts index 98e6494ad7b3..f2ecb85ebc3c 100644 --- a/packages/datadog-api-client-v1/apis/SnapshotsApi.ts +++ b/packages/datadog-api-client-v1/apis/SnapshotsApi.ts @@ -182,12 +182,12 @@ export class SnapshotsApiResponseProcessor { export interface SnapshotsApiGetGraphSnapshotRequest { /** - * The POSIX timestamp of the start of the query. + * The POSIX timestamp of the start of the query in seconds. * @type number */ start: number; /** - * The POSIX timestamp of the end of the query. + * The POSIX timestamp of the end of the query in seconds. * @type number */ end: number;