Skip to content

Commit f2a2dd5

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

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:41.103318",
8-
"spec_repo_commit": "37397584"
7+
"regenerated": "2023-12-04 15:37:46.423606",
8+
"spec_repo_commit": "e66bf244"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2023-12-04 14:33:41.117401",
13-
"spec_repo_commit": "37397584"
12+
"regenerated": "2023-12-04 15:37:46.444320",
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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { AttributeTypeMap } from "../../datadog-api-client-common/util";
1212
*/
1313
export class DORAIncidentRequestAttributes {
1414
/**
15-
* Unix timestamp in nanoseconds when the deployment finished. It should not be older than 3 hours.
15+
* Unix timestamp in nanoseconds when the incident finished. It should not be older than 3 hours.
1616
*/
1717
"finishedAt"?: number;
1818
/**
@@ -36,7 +36,7 @@ export class DORAIncidentRequestAttributes {
3636
*/
3737
"severity"?: string;
3838
/**
39-
* Unix timestamp in nanoseconds when the deployment started.
39+
* Unix timestamp in nanoseconds when the incident started.
4040
*/
4141
"startedAt": number;
4242
/**

0 commit comments

Comments
 (0)