Skip to content

Commit a012d47

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Clarify DORA incident finished_at limitation (#1645)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 96c32ee commit a012d47

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2024-06-10 14:07:03.938345",
8-
"spec_repo_commit": "eaf0da43"
7+
"regenerated": "2024-06-11 09:38:21.368112",
8+
"spec_repo_commit": "cee92551"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-06-10 14:07:03.965193",
13-
"spec_repo_commit": "eaf0da43"
12+
"regenerated": "2024-06-11 09:38:21.386389",
13+
"spec_repo_commit": "cee92551"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6217,7 +6217,7 @@ components:
62176217
type: string
62186218
finished_at:
62196219
description: Unix timestamp in nanoseconds when the incident finished. It
6220-
should not be older than 3 hours.
6220+
should not be older than 1 hour.
62216221
example: 1693491984000000000
62226222
format: int64
62236223
type: integer

packages/datadog-api-client-v2/models/DORAIncidentRequestAttributes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export class DORAIncidentRequestAttributes {
1616
*/
1717
"env"?: string;
1818
/**
19-
* Unix timestamp in nanoseconds when the incident finished. It should not be older than 3 hours.
19+
* Unix timestamp in nanoseconds when the incident finished. It should not be older than 1 hour.
2020
*/
2121
"finishedAt"?: number;
2222
/**

0 commit comments

Comments
 (0)