Skip to content

Commit 1d3b9dd

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Clarify DORA incident finished_at limitation (DataDog#1993)
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 c697997 commit 1d3b9dd

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:14.105607",
8-
"spec_repo_commit": "eaf0da43"
7+
"regenerated": "2024-06-11 09:38:14.314414",
8+
"spec_repo_commit": "cee92551"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-06-10 14:07:14.122767",
13-
"spec_repo_commit": "eaf0da43"
12+
"regenerated": "2024-06-11 09:38:14.335187",
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

src/datadog_api_client/v2/model/dora_incident_request_attributes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def __init__(
6868
:param env: Environment name that was impacted by the incident.
6969
:type env: str, optional
7070
71-
:param finished_at: Unix timestamp in nanoseconds when the incident finished. It should not be older than 3 hours.
71+
:param finished_at: Unix timestamp in nanoseconds when the incident finished. It should not be older than 1 hour.
7272
:type finished_at: int, optional
7373
7474
:param git: Git info for DORA Metrics events.

0 commit comments

Comments
 (0)