Skip to content

Commit 0296686

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Fix description for DORA incident finished_at (#1785)
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 9a1a7aa commit 0296686

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
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": "2023-12-04 14:33:57.370401",
8-
"spec_repo_commit": "37397584"
7+
"regenerated": "2023-12-04 15:37:43.895117",
8+
"spec_repo_commit": "e66bf244"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2023-12-04 14:33:57.397495",
13-
"spec_repo_commit": "37397584"
12+
"regenerated": "2023-12-04 15:37:43.915222",
13+
"spec_repo_commit": "e66bf244"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4425,8 +4425,8 @@ components:
44254425
description: Attributes to create a DORA incident event.
44264426
properties:
44274427
finished_at:
4428-
description: Unix timestamp in nanoseconds when the deployment finished.
4429-
It should not be older than 3 hours.
4428+
description: Unix timestamp in nanoseconds when the incident finished. It
4429+
should not be older than 3 hours.
44304430
example: 1693491984000000000
44314431
format: int64
44324432
type: integer
@@ -4448,7 +4448,7 @@ components:
44484448
example: High
44494449
type: string
44504450
started_at:
4451-
description: Unix timestamp in nanoseconds when the deployment started.
4451+
description: Unix timestamp in nanoseconds when the incident started.
44524452
example: 1693491974000000000
44534453
format: int64
44544454
type: integer

src/datadog_api_client/v2/model/dora_incident_request_attributes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def __init__(
5959
"""
6060
Attributes to create a DORA incident event.
6161
62-
:param finished_at: Unix timestamp in nanoseconds when the deployment finished. It should not be older than 3 hours.
62+
:param finished_at: Unix timestamp in nanoseconds when the incident finished. It should not be older than 3 hours.
6363
:type finished_at: int, optional
6464
6565
:param git: Git info for DORA Metrics events.
@@ -77,7 +77,7 @@ def __init__(
7777
:param severity: Incident severity.
7878
:type severity: str, optional
7979
80-
:param started_at: Unix timestamp in nanoseconds when the deployment started.
80+
:param started_at: Unix timestamp in nanoseconds when the incident started.
8181
:type started_at: int
8282
8383
:param version: Version to correlate with `APM Deployment Tracking <https://docs.datadoghq.com/tracing/services/deployment_tracking/>`_.

0 commit comments

Comments
 (0)